#5C7008

Color #5C7008 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #5C7008

Tints of Fiji Green #5C7008

Color information

#5C7008 (or 0x5C7008) is unknown color: approx Fiji Green. HEX triplet: 5C, 70 and 08. RGB value is (92,112,8). Sum of RGB (Red+Green+Blue) = 92+112+8=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 112 (44.14% from 255 or 52.83% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7008 is #A38FF7. Grayscale: #5E5E5E. Windows color (decimal): -10719224 or 553052. OLE color: 553052.

HSL color Cylindrical-coordinate representation of color #5C7008: hue angle of 71.54º 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 #5C7008 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB921128-
CMYK0.1800.930.56
HSL71.54º86.67%23.53%-
HSV(B)71.54º92.86%43.92%-
XYZ10.2513.882.37-
YUV94.1679.37126.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.40%
GREEN value IS 112 (44.14% from 255) = 52.83%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=43.40%
G=52.83%
B=3.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9211280.1800.930.5671.5486.6723.53
Hex5C7081205D38485718
Octal134160102201357011012730
Binary10111001110000100010010010111011110001001000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C7008;
 }
 .AnyTagClassName
 {
   color: #5C7008;
 }
</style>
background-color css

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

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

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

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

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

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