#5C760F

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

Shades of Fiji Green #5C760F

Tints of Fiji Green #5C760F

Color information

#5C760F (or 0x5C760F) is unknown color: approx Fiji Green. HEX triplet: 5C, 76 and 0F. RGB value is (92,118,15). Sum of RGB (Red+Green+Blue) = 92+118+15=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #5C760F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C760F is #A389F0. Grayscale: #626262. Windows color (decimal): -10717681 or 1013340. OLE color: 1013340.

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

Color convert

RGB9211815-
CMYK0.2200.870.54
HSL75.15º77.44%26.08%-
HSV(B)75.15º87.29%46.27%-
XYZ10.9815.272.82-
YUV98.4880.89123.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 118 (46.48% from 255) = 52.44%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=40.89%
G=52.44%
B=6.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118150.2200.870.5475.1577.4426.08
Hex5C76F16057364b4d1a
Octal134166172601276611311532
Binary10111001110110111110110010101111101101001011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,118,15); }

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

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

 a { background-color: rgb(92,118,15); }

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

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

 span { border-color: rgb(92,118,15); }

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