Html Css Color HEX #5E6E14 Fiji Green

📋 copy color: '#5E6E14'

red 94 ◦ green 110 ◦ blue 20

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

Shades of Fiji Green #5E6E14

Tints of Fiji Green #5E6E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.11%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 41.96%
G = 49.11%
B = 8.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#5E6E14 (or 0x5E6E14) is known color: Fiji Green. HEX triplet: 5E, 6E and 14. RGB value is (94,110,20). Sum of RGB (Red+Green+Blue) = 94+110+20=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6E14 is #A191EB. Grayscale: #5F5F5F. Windows color (decimal): -10588652 or 1338974. OLE color: 1338974.

HSL color Cylindrical-coordinate representation of color #5E6E14: hue angle of 70.67º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E6E14 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 110 20 -
CMYK 0.15 0 0.82 0.57
HSL 70.67º 0.69% 0.25% -
HSV(B) 70.67º 0.82% 0.43% -
XYZ 10.32 13.58 2.74 -
YUV 94.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 94 110 20 0.15 0 0.82 0.57 70.67 0.69 0.25
Hex 5E 6E 14 F 0 52 39 47 45 19
Octal 136 156 24 17 0 122 71 107 105 31
Binary 1011110 1101110 10100 1111 0 1010010 111001 1000111 1000101 11001

Color Harmonies of #5E6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6E14

Black with #5E6E14

Text Example


Text Example

White with #5E6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,110,20); }

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

background-color css

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

 a { background-color: rgb(94,110,20); }

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

border-color css

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

 span { border-color: rgb(94,110,20); }

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