#66650F

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

Shades of Fiji Green #66650F

Tints of Fiji Green #66650F

Color information

#66650F (or 0x66650F) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 0F. RGB value is (102,101,15). Sum of RGB (Red+Green+Blue) = 102+101+15=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66650F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66650F is #999AF0. Grayscale: #5B5B5B. Windows color (decimal): -10066673 or 1008998. OLE color: 1008998.

HSL color Cylindrical-coordinate representation of color #66650F: hue angle of 59.31º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66650F is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB10210115-
CMYK00.010.850.6
HSL59.31º74.36%22.94%-
HSV(B)59.31º85.29%40%-
XYZ10.2212.172.26-
YUV91.4984.83135.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.79%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=46.79%
G=46.33%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021011500.010.850.659.3174.3622.94
Hex6665F01553C3b4a17
Octal1461451701125747311227
Binary110011011001011111011010101111100111011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66650F; }

 p { color: rgb(102,101,15); }

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

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

 a { background-color: rgb(102,101,15); }

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

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

 span { border-color: rgb(102,101,15); }

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