#666819

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

Shades of Fiji Green #666819

Tints of Fiji Green #666819

Color information

#666819 (or 0x666819) is unknown color: approx Fiji Green. HEX triplet: 66, 68 and 19. RGB value is (102,104,25). Sum of RGB (Red+Green+Blue) = 102+104+25=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 104 - color contains mainly: green. Hex color #666819 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666819 is #9997E6. Grayscale: #5E5E5E. Windows color (decimal): -10065895 or 1665126. OLE color: 1665126.

HSL color Cylindrical-coordinate representation of color #666819: hue angle of 61.52º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #666819 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB10210425-
CMYK0.0200.760.59
HSL61.52º61.24%25.29%-
HSV(B)61.52º75.96%40.78%-
XYZ10.6112.82.83-
YUV94.488.84133.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 104 (41.02% from 255) = 45.02%
BLUE value IS 25 (10.16% from 255) = 10.82%
R=44.16%
G=45.02%
B=10.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104250.0200.760.5961.5261.2425.29
Hex666819204C3B3e3d19
Octal146150312011473767531
Binary1100110110100011001100100110011101111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666819; }

 p { color: rgb(102,104,25); }

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

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

 a { background-color: rgb(102,104,25); }

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

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

 span { border-color: rgb(102,104,25); }

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