#666201

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

Shades of Fiji Green #666201

Tints of Fiji Green #666201

Color information

#666201 (or 0x666201) is unknown color: approx Fiji Green. HEX triplet: 66, 62 and 01. RGB value is (102,98,1). Sum of RGB (Red+Green+Blue) = 102+98+1=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #666201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666201 is #999DFE. Grayscale: #585858. Windows color (decimal): -10067455 or 90726. OLE color: 90726.

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

Color convert

RGB102981-
CMYK00.040.990.6
HSL57.62º98.06%20.2%-
HSV(B)57.62º99.02%40%-
XYZ9.8511.561.74-
YUV88.1478.83137.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=50.75%
G=48.76%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10298100.040.990.657.6298.0620.2
Hex6662104633C3a6214
Octal146142104143747214224
Binary11001101100010101001100011111100111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666201; }

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

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

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

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

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

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

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

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