#66690C

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

Shades of Fiji Green #66690C

Tints of Fiji Green #66690C

Color information

#66690C (or 0x66690C) is unknown color: approx Fiji Green. HEX triplet: 66, 69 and 0C. RGB value is (102,105,12). Sum of RGB (Red+Green+Blue) = 102+105+12=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 105 - color contains mainly: green. Hex color #66690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66690C is #9996F3. Grayscale: #5D5D5D. Windows color (decimal): -10065652 or 813414. OLE color: 813414.

HSL color Cylindrical-coordinate representation of color #66690C: hue angle of 61.94º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66690C is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB10210512-
CMYK0.0300.890.59
HSL61.94º79.49%22.94%-
HSV(B)61.94º88.57%41.18%-
XYZ10.612.952.29-
YUV93.582.01134.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=46.58%
G=47.95%
B=5.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102105120.0300.890.5961.9479.4922.94
Hex6669C30593B3e4f17
Octal1461511430131737611727
Binary1100110110100111001101011001111011111110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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