#666515

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

Shades of Fiji Green #666515

Tints of Fiji Green #666515

Color information

#666515 (or 0x666515) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 15. RGB value is (102,101,21). Sum of RGB (Red+Green+Blue) = 102+101+21=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #666515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666515 is #999AEA. Grayscale: #5C5C5C. Windows color (decimal): -10066667 or 1402214. OLE color: 1402214.

HSL color Cylindrical-coordinate representation of color #666515: hue angle of 59.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #666515 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB10210121-
CMYK00.010.790.6
HSL59.26º65.85%24.12%-
HSV(B)59.26º79.41%40%-
XYZ10.2712.192.52-
YUV92.1887.83135-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=45.54%
G=45.09%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021012100.010.790.659.2665.8524.12
Hex666515014F3C3b4218
Octal1461452501117747310230
Binary1100110110010110101011001111111100111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666515; }

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

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

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

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

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

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

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

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