#58660C

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

Shades of Fiji Green #58660C

Tints of Fiji Green #58660C

Color information

#58660C (or 0x58660C) is unknown color: approx Fiji Green. HEX triplet: 58, 66 and 0C. RGB value is (88,102,12). Sum of RGB (Red+Green+Blue) = 88+102+12=202 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.56% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #58660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58660C is #A799F3. Grayscale: #575757. Windows color (decimal): -10983924 or 812632. OLE color: 812632.

HSL color Cylindrical-coordinate representation of color #58660C: hue angle of 69.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58660C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB8810212-
CMYK0.1400.880.6
HSL69.33º78.95%22.35%-
HSV(B)69.33º88.24%40%-
XYZ8.8411.62.12-
YUV87.5585.36128.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.56%
GREEN value IS 102 (40.23% from 255) = 50.50%
BLUE value IS 12 (5.08% from 255) = 5.94%
R=43.56%
G=50.50%
B=5.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102120.1400.880.669.3378.9522.35
Hex5866CE0583C454f16
Octal130146141601307410511726
Binary1011000110011011001110010110001111001000101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58660C; }

 p { color: rgb(88,102,12); }

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

<style>
 a { background-color: #58660C; }

 a { background-color: rgb(88,102,12); }

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

<style>
 span { border-color: #58660C; }

 span { border-color: rgb(88,102,12); }

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