#666905

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

Shades of Fiji Green #666905

Tints of Fiji Green #666905

Color information

#666905 (or 0x666905) is unknown color: approx Fiji Green. HEX triplet: 66, 69 and 05. RGB value is (102,105,5). Sum of RGB (Red+Green+Blue) = 102+105+5=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #666905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666905 is #9996FA. Grayscale: #5D5D5D. Windows color (decimal): -10065659 or 354662. OLE color: 354662.

HSL color Cylindrical-coordinate representation of color #666905: hue angle of 61.8º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #666905 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB1021055-
CMYK0.0300.950.59
HSL61.8º90.91%21.57%-
HSV(B)61.8º95.24%41.18%-
XYZ10.5612.942.08-
YUV92.778.51134.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=48.11%
G=49.53%
B=2.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10210550.0300.950.5961.890.9121.57
Hex66695305F3B3e5b16
Octal146151530137737613326
Binary110011011010011011101011111111011111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666905; }

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

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

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

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

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

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

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

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