Html Css Color HEX #5E7412 Fiji Green

📋 copy color: '#5E7412'

red 94 ◦ green 116 ◦ blue 18

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

Shades of Fiji Green #5E7412

Tints of Fiji Green #5E7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50.88%

 BLUE value IS 18 (7.42% from 255) = 7.89%

R = 41.23%
G = 50.88%
B = 7.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#5E7412 (or 0x5E7412) is known color: Fiji Green. HEX triplet: 5E, 74 and 12. RGB value is (94,116,18). Sum of RGB (Red+Green+Blue) = 94+116+18=228 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.23% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #5E7412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7412 is #A18BED. Grayscale: #626262. Windows color (decimal): -10587118 or 1209438. OLE color: 1209438.

HSL color Cylindrical-coordinate representation of color #5E7412: hue angle of 73.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E7412 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 116 18 -
CMYK 0.19 0 0.84 0.55
HSL 73.47º 0.73% 0.26% -
HSV(B) 73.47º 0.84% 0.45% -
XYZ 10.97 14.91 2.87 -
YUV 98.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 94 116 18 0.19 0 0.84 0.55 73.47 0.73 0.26
Hex 5E 74 12 13 0 54 37 49 49 1A
Octal 136 164 22 23 0 124 67 111 111 32
Binary 1011110 1110100 10010 10011 0 1010100 110111 1001001 1001001 11010

Color Harmonies of #5E7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7412

Black with #5E7412

Text Example


Text Example

White with #5E7412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,116,18); }

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

background-color css

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

 a { background-color: rgb(94,116,18); }

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

border-color css

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

 span { border-color: rgb(94,116,18); }

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