#60660E

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

Shades of Fiji Green #60660E

Tints of Fiji Green #60660E

Color information

#60660E (or 0x60660E) is unknown color: approx Fiji Green. HEX triplet: 60, 66 and 0E. RGB value is (96,102,14). Sum of RGB (Red+Green+Blue) = 96+102+14=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #60660E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60660E is #9F99F1. Grayscale: #5A5A5A. Windows color (decimal): -10459634 or 943712. OLE color: 943712.

HSL color Cylindrical-coordinate representation of color #60660E: hue angle of 64.09º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60660E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB9610214-
CMYK0.0600.860.6
HSL64.09º75.86%22.75%-
HSV(B)64.09º86.27%40%-
XYZ9.6512.022.23-
YUV90.1785.01132.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 102 (40.23% from 255) = 48.11%
BLUE value IS 14 (5.86% from 255) = 6.60%
R=45.28%
G=48.11%
B=6.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal96102140.0600.860.664.0975.8622.75
Hex6066E60563C404c17
Octal14014616601267410011427
Binary110000011001101110110010101101111001000000100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60660E; }

 p { color: rgb(96,102,14); }

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

<style>
 a { background-color: #60660E; }

 a { background-color: rgb(96,102,14); }

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

<style>
 span { border-color: #60660E; }

 span { border-color: rgb(96,102,14); }

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