Html Css Color HEX #5E7508 Fiji Green

📋 copy color: '#5E7508'

red 94 ◦ green 117 ◦ blue 8

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

Shades of Fiji Green #5E7508

Tints of Fiji Green #5E7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.42%

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

R = 42.92%
G = 53.42%
B = 3.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#5E7508 (or 0x5E7508) is known color: Fiji Green. HEX triplet: 5E, 75 and 08. RGB value is (94,117,8). Sum of RGB (Red+Green+Blue) = 94+117+8=219 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.92% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E7508 is #A18AF7. Grayscale: #626262. Windows color (decimal): -10586872 or 554334. OLE color: 554334.

HSL color Cylindrical-coordinate representation of color #5E7508: hue angle of 72.66º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E7508 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 117 8 -
CMYK 0.20 0 0.93 0.54
HSL 72.66º 0.87% 0.25% -
HSV(B) 72.66º 0.93% 0.46% -
XYZ 11.02 15.12 2.57 -
YUV 97.7 77.38 125.36 -
System Red Green Blue C M Y K H S L
Decimal 94 117 8 0.20 0 0.93 0.54 72.66 0.87 0.25
Hex 5E 75 8 14 0 5D 36 49 57 19
Octal 136 165 10 24 0 135 66 111 127 31
Binary 1011110 1110101 1000 10100 0 1011101 110110 1001001 1010111 11001

Color Harmonies of #5E7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E7508

Black with #5E7508

Text Example


Text Example

White with #5E7508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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