#666505

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

Shades of Fiji Green #666505

Tints of Fiji Green #666505

Color information

#666505 (or 0x666505) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 05. RGB value is (102,101,5). Sum of RGB (Red+Green+Blue) = 102+101+5=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 101 (39.84% from 255 or 48.56% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #666505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666505 is #999AFA. Grayscale: #5A5A5A. Windows color (decimal): -10066683 or 353638. OLE color: 353638.

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

Color convert

RGB1021015-
CMYK00.010.950.6
HSL59.38º90.65%20.98%-
HSV(B)59.38º95.1%40%-
XYZ10.1612.141.95-
YUV90.3579.83136.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 101 (39.84% from 255) = 48.56%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=49.04%
G=48.56%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102101500.010.950.659.3890.6520.98
Hex66655015F3C3b5b15
Octal146145501137747313325
Binary11001101100101101011011111111100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666505; }

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

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

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

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

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

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

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

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