#5C710A

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

Shades of Fiji Green #5C710A

Tints of Fiji Green #5C710A

Color information

#5C710A (or 0x5C710A) is unknown color: approx Fiji Green. HEX triplet: 5C, 71 and 0A. RGB value is (92,113,10). Sum of RGB (Red+Green+Blue) = 92+113+10=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #5C710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C710A is #A38EF5. Grayscale: #5F5F5F. Windows color (decimal): -10718966 or 684380. OLE color: 684380.

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

Color convert

RGB9211310-
CMYK0.1900.910.56
HSL72.23º83.74%24.12%-
HSV(B)72.23º91.15%44.31%-
XYZ10.3714.112.46-
YUV94.9880.04125.88-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=42.79%
G=52.56%
B=4.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92113100.1900.910.5672.2383.7424.12
Hex5C71A1305B38485418
Octal134161122301337011012430
Binary10111001110001101010011010110111110001001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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