#666F03

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

Shades of Fiji Green #666F03

Tints of Fiji Green #666F03

Color information

#666F03 (or 0x666F03) is unknown color: approx Fiji Green. HEX triplet: 66, 6F and 03. RGB value is (102,111,3). Sum of RGB (Red+Green+Blue) = 102+111+3=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #666F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666F03 is #9990FC. Grayscale: #606060. Windows color (decimal): -10064125 or 225126. OLE color: 225126.

HSL color Cylindrical-coordinate representation of color #666F03: hue angle of 65º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #666F03 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB1021113-
CMYK0.0800.970.56
HSL65º94.74%22.35%-
HSV(B)65º97.3%43.53%-
XYZ11.1814.22.24-
YUV9675.52132.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=47.22%
G=51.39%
B=1.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10211130.0800.970.566594.7422.35
Hex666F3806138415f16
Octal14615731001417010113726
Binary11001101101111111000011000011110001000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666F03; }

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

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

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

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

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

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

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

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