#666517

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

Shades of Fiji Green #666517

Tints of Fiji Green #666517

Color information

#666517 (or 0x666517) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 17. RGB value is (102,101,23). Sum of RGB (Red+Green+Blue) = 102+101+23=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #666517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666517 is #999AE8. Grayscale: #5C5C5C. Windows color (decimal): -10066665 or 1533286. OLE color: 1533286.

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

Color convert

RGB10210123-
CMYK00.010.770.6
HSL59.24º63.2%24.51%-
HSV(B)59.24º77.45%40%-
XYZ10.2912.192.62-
YUV92.4188.83134.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 23 (9.38% from 255) = 10.18%
R=45.13%
G=44.69%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021012300.010.770.659.2463.224.51
Hex666517014D3C3b3f19
Octal146145270111574737731
Binary110011011001011011101100110111110011101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666517; }

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

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

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

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

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

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

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

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