#666810

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

Shades of Fiji Green #666810

Tints of Fiji Green #666810

Color information

#666810 (or 0x666810) is unknown color: approx Fiji Green. HEX triplet: 66, 68 and 10. RGB value is (102,104,16). Sum of RGB (Red+Green+Blue) = 102+104+16=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #666810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666810 is #9997EF. Grayscale: #5D5D5D. Windows color (decimal): -10065904 or 1075302. OLE color: 1075302.

HSL color Cylindrical-coordinate representation of color #666810: hue angle of 61.36º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #666810 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB10210416-
CMYK0.0200.850.59
HSL61.36º73.33%23.53%-
HSV(B)61.36º84.62%40.78%-
XYZ10.5212.762.4-
YUV93.3784.34134.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=45.95%
G=46.85%
B=7.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104160.0200.850.5961.3673.3323.53
Hex66681020553B3d4918
Octal1461502020125737511130
Binary11001101101000100001001010101111011111101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666810; }

 p { color: rgb(102,104,16); }

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

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

 a { background-color: rgb(102,104,16); }

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

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

 span { border-color: rgb(102,104,16); }

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