#5C7005

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

Shades of Fiji Green #5C7005

Tints of Fiji Green #5C7005

Color information

#5C7005 (or 0x5C7005) is unknown color: approx Fiji Green. HEX triplet: 5C, 70 and 05. RGB value is (92,112,5). Sum of RGB (Red+Green+Blue) = 92+112+5=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #5C7005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7005 is #A38FFA. Grayscale: #5E5E5E. Windows color (decimal): -10719227 or 356444. OLE color: 356444.

HSL color Cylindrical-coordinate representation of color #5C7005: hue angle of 71.21º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C7005 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB921125-
CMYK0.1800.960.56
HSL71.21º91.45%22.94%-
HSV(B)71.21º95.54%43.92%-
XYZ10.2413.872.28-
YUV93.8277.87126.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 112 (44.14% from 255) = 53.59%
BLUE value IS 5 (2.34% from 255) = 2.39%
R=44.02%
G=53.59%
B=2.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9211250.1800.960.5671.2191.4522.94
Hex5C7051206038475b17
Octal13416052201407010713327
Binary1011100111000010110010011000001110001000111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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