Html Css Color HEX #5E6008 Fiji Green

📋 copy color: '#5E6008'

red 94 ◦ green 96 ◦ blue 8

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

Shades of Fiji Green #5E6008

Tints of Fiji Green #5E6008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.04%

R = 47.47%
G = 48.48%
B = 4.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#5E6008 (or 0x5E6008) is known color: Fiji Green. HEX triplet: 5E, 60 and 08. RGB value is (94,96,8). Sum of RGB (Red+Green+Blue) = 94+96+8=198 (26% of max value = 765). Red value is 94 (37.11% from 255 or 47.47% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6008 is #A19FF7. Grayscale: #555555. Windows color (decimal): -10592248 or 548958. OLE color: 548958.

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

Color convert

RGB 94 96 8 -
CMYK 0.02 0 0.92 0.62
HSL 61.36º 0.85% 0.2% -
HSV(B) 61.36º 0.92% 0.38% -
XYZ 8.84 10.76 1.84 -
YUV 85.37 84.34 134.16 -
System Red Green Blue C M Y K H S L
Decimal 94 96 8 0.02 0 0.92 0.62 61.36 0.85 0.2
Hex 5E 60 8 2 0 5C 3E 3D 55 14
Octal 136 140 10 2 0 134 76 75 125 24
Binary 1011110 1100000 1000 10 0 1011100 111110 111101 1010101 10100

Color Harmonies of #5E6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6008

Black with #5E6008

Text Example


Text Example

White with #5E6008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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