#5C7505

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

Shades of Fiji Green #5C7505

Tints of Fiji Green #5C7505

Color information

#5C7505 (or 0x5C7505) is unknown color: approx Fiji Green. HEX triplet: 5C, 75 and 05. RGB value is (92,117,5). Sum of RGB (Red+Green+Blue) = 92+117+5=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #5C7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7505 is #A38AFA. Grayscale: #616161. Windows color (decimal): -10717947 or 357724. OLE color: 357724.

HSL color Cylindrical-coordinate representation of color #5C7505: hue angle of 73.39º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C7505 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB921175-
CMYK0.2100.960.54
HSL73.39º91.8%23.92%-
HSV(B)73.39º95.73%45.88%-
XYZ10.815.012.47-
YUV96.7676.22124.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.99%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 5 (2.34% from 255) = 2.34%
R=42.99%
G=54.67%
B=2.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9211750.2100.960.5473.3991.823.92
Hex5C7551506036495c18
Octal13416552501406611113430
Binary1011100111010110110101011000001101101001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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