Html Css Color HEX #5E7211 Fiji Green

📋 copy color: '#5E7211'

red 94 ◦ green 114 ◦ blue 17

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

Shades of Fiji Green #5E7211

Tints of Fiji Green #5E7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 41.78%
G = 50.67%
B = 7.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#5E7211 (or 0x5E7211) is known color: Fiji Green. HEX triplet: 5E, 72 and 11. RGB value is (94,114,17). Sum of RGB (Red+Green+Blue) = 94+114+17=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7211 is #A18DEE. Grayscale: #616161. Windows color (decimal): -10587631 or 1143390. OLE color: 1143390.

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

Color convert

RGB 94 114 17 -
CMYK 0.18 0 0.85 0.55
HSL 72.37º 0.74% 0.26% -
HSV(B) 72.37º 0.85% 0.45% -
XYZ 10.73 14.45 2.75 -
YUV 96.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 94 114 17 0.18 0 0.85 0.55 72.37 0.74 0.26
Hex 5E 72 11 12 0 55 37 48 4A 1A
Octal 136 162 21 22 0 125 67 110 112 32
Binary 1011110 1110010 10001 10010 0 1010101 110111 1001000 1001010 11010

Color Harmonies of #5E7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7211

Black with #5E7211

Text Example


Text Example

White with #5E7211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,114,17); }

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

background-color css

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

 a { background-color: rgb(94,114,17); }

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

border-color css

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

 span { border-color: rgb(94,114,17); }

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