#666203

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

Shades of Fiji Green #666203

Tints of Fiji Green #666203

Color information

#666203 (or 0x666203) is unknown color: approx Fiji Green. HEX triplet: 66, 62 and 03. RGB value is (102,98,3). Sum of RGB (Red+Green+Blue) = 102+98+3=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #666203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666203 is #999DFC. Grayscale: #585858. Windows color (decimal): -10067453 or 221798. OLE color: 221798.

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

Color convert

RGB102983-
CMYK00.040.970.6
HSL57.58º94.29%20.59%-
HSV(B)57.58º97.06%40%-
XYZ9.8611.571.8-
YUV88.3779.83137.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=50.25%
G=48.28%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298300.040.970.657.5894.2920.59
Hex6662304613C3a5e15
Octal146142304141747213625
Binary110011011000101101001100001111100111010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666203; }

 p { color: rgb(102,98,3); }

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

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

 a { background-color: rgb(102,98,3); }

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

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

 span { border-color: rgb(102,98,3); }

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