#5C760B

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

Shades of Fiji Green #5C760B

Tints of Fiji Green #5C760B

Color information

#5C760B (or 0x5C760B) is unknown color: approx Fiji Green. HEX triplet: 5C, 76 and 0B. RGB value is (92,118,11). Sum of RGB (Red+Green+Blue) = 92+118+11=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #5C760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C760B is #A389F4. Grayscale: #626262. Windows color (decimal): -10717685 or 751196. OLE color: 751196.

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

Color convert

RGB9211811-
CMYK0.2200.910.54
HSL74.58º82.95%25.29%-
HSV(B)74.58º90.68%46.27%-
XYZ10.9515.262.68-
YUV98.0378.89123.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.63%
GREEN value IS 118 (46.48% from 255) = 53.39%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=41.63%
G=53.39%
B=4.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92118110.2200.910.5474.5882.9525.29
Hex5C76B1605B364b5319
Octal134166132601336611312331
Binary10111001110110101110110010110111101101001011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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