Html Css Color HEX #5E600D Fiji Green

📋 copy color: '#5E600D'

red 94 ◦ green 96 ◦ blue 13

#5E600D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #5E600D

Tints of Fiji Green #5E600D

RGB

 RED value IS 94 (37.11% from 255) = 46.31%

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 46.31%
G = 47.29%
B = 6.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5E600D (or 0x5E600D) is known color: Fiji Green. HEX triplet: 5E, 60 and 0D. RGB value is (94,96,13). Sum of RGB (Red+Green+Blue) = 94+96+13=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #5E600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E600D is #A19FF2. Grayscale: #565656. Windows color (decimal): -10592243 or 876638. OLE color: 876638.

HSL color Cylindrical-coordinate representation of color #5E600D: hue angle of 61.45º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E600D is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 94 96 13 -
CMYK 0.02 0 0.86 0.62
HSL 61.45º 0.76% 0.21% -
HSV(B) 61.45º 0.86% 0.38% -
XYZ 8.87 10.77 1.99 -
YUV 85.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 94 96 13 0.02 0 0.86 0.62 61.45 0.76 0.21
Hex 5E 60 D 2 0 56 3E 3D 4C 15
Octal 136 140 15 2 0 126 76 75 114 25
Binary 1011110 1100000 1101 10 0 1010110 111110 111101 1001100 10101

Color Harmonies of #5E600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E600D

Black with #5E600D

Text Example


Text Example

White with #5E600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E600D; }

 p { color: rgb(94,96,13); }

 H1.HeaderClassName
 {
   color: #5E600D;
 }
 .AnyTagClassName
 {
   color: #5E600D;
 }
</style>

background-color css

<style>
 a { background-color: #5E600D; }

 a { background-color: rgb(94,96,13); }

 div.DivClassName
 {
   background-color: #5E600D;
 }
 .BgClassName
 {
   background-color: #5E600D;
 }
</style>

border-color css

<style>
 span { border-color: #5E600D; }

 span { border-color: rgb(94,96,13); }

 td.TdClassName
 {
   border-color: #5E600D;
 }
 .TagClassName
 {
   border-color: #5E600D;
 }
</style>