Html Css Color HEX #5E7006 Fiji Green

📋 copy color: '#5E7006'

red 94 ◦ green 112 ◦ blue 6

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

Shades of Fiji Green #5E7006

Tints of Fiji Green #5E7006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 52.83%

 BLUE value IS 6 (2.73% from 255) = 2.83%

R = 44.34%
G = 52.83%
B = 2.83%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#5E7006 (or 0x5E7006) is known color: Fiji Green. HEX triplet: 5E, 70 and 06. RGB value is (94,112,6). Sum of RGB (Red+Green+Blue) = 94+112+6=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7006 is #A18FF9. Grayscale: #5E5E5E. Windows color (decimal): -10588154 or 421982. OLE color: 421982.

HSL color Cylindrical-coordinate representation of color #5E7006: hue angle of 70.19º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E7006 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 112 6 -
CMYK 0.16 0 0.95 0.56
HSL 70.19º 0.9% 0.23% -
HSV(B) 70.19º 0.95% 0.44% -
XYZ 10.44 13.98 2.32 -
YUV 94.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 94 112 6 0.16 0 0.95 0.56 70.19 0.9 0.23
Hex 5E 70 6 10 0 5F 38 46 5A 17
Octal 136 160 6 20 0 137 70 106 132 27
Binary 1011110 1110000 110 10000 0 1011111 111000 1000110 1011010 10111

Color Harmonies of #5E7006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7006

Black with #5E7006

Text Example


Text Example

White with #5E7006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,112,6); }

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

background-color css

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

 a { background-color: rgb(94,112,6); }

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

border-color css

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

 span { border-color: rgb(94,112,6); }

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