Html Css Color HEX #5D7008 Fiji Green

📋 copy color: '#5D7008'

red 93 ◦ green 112 ◦ blue 8

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

Shades of Fiji Green #5D7008

Tints of Fiji Green #5D7008

RGB

 RED value IS 93 (36.72% from 255) = 43.66%

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

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

R = 43.66%
G = 52.58%
B = 3.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#5D7008 (or 0x5D7008) is known color: Fiji Green. HEX triplet: 5D, 70 and 08. RGB value is (93,112,8). Sum of RGB (Red+Green+Blue) = 93+112+8=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7008 is #A28FF7. Grayscale: #5E5E5E. Windows color (decimal): -10653688 or 553053. OLE color: 553053.

HSL color Cylindrical-coordinate representation of color #5D7008: hue angle of 70.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D7008 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 8 -
CMYK 0.17 0 0.93 0.56
HSL 70.96º 0.87% 0.24% -
HSV(B) 70.96º 0.93% 0.44% -
XYZ 10.35 13.93 2.37 -
YUV 94.46 79.21 126.96 -
System Red Green Blue C M Y K H S L
Decimal 93 112 8 0.17 0 0.93 0.56 70.96 0.87 0.24
Hex 5D 70 8 11 0 5D 38 47 57 18
Octal 135 160 10 21 0 135 70 107 127 30
Binary 1011101 1110000 1000 10001 0 1011101 111000 1000111 1010111 11000

Color Harmonies of #5D7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7008

Black with #5D7008

Text Example


Text Example

White with #5D7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,8); }

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

background-color css

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

 a { background-color: rgb(93,112,8); }

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

border-color css

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

 span { border-color: rgb(93,112,8); }

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