#5C710C

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

Shades of Fiji Green #5C710C

Tints of Fiji Green #5C710C

Color information

#5C710C (or 0x5C710C) is unknown color: approx Fiji Green. HEX triplet: 5C, 71 and 0C. RGB value is (92,113,12). Sum of RGB (Red+Green+Blue) = 92+113+12=217 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.40% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #5C710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C710C is #A38EF3. Grayscale: #5F5F5F. Windows color (decimal): -10718964 or 815452. OLE color: 815452.

HSL color Cylindrical-coordinate representation of color #5C710C: hue angle of 72.48º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C710C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB9211312-
CMYK0.1900.890.56
HSL72.48º80.8%24.51%-
HSV(B)72.48º89.38%44.31%-
XYZ10.3914.112.52-
YUV95.2181.04125.71-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.40%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=42.40%
G=52.07%
B=5.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92113120.1900.890.5672.4880.824.51
Hex5C71C1305938485119
Octal134161142301317011012131
Binary10111001110001110010011010110011110001001000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C710C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,113,12); }

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

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

 a { background-color: rgb(92,113,12); }

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

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

 span { border-color: rgb(92,113,12); }

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