#666001

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

Shades of Fiji Green #666001

Tints of Fiji Green #666001

Color information

#666001 (or 0x666001) is unknown color: approx Fiji Green. HEX triplet: 66, 60 and 01. RGB value is (102,96,1). Sum of RGB (Red+Green+Blue) = 102+96+1=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #666001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666001 is #999FFE. Grayscale: #575757. Windows color (decimal): -10067967 or 90214. OLE color: 90214.

HSL color Cylindrical-coordinate representation of color #666001: hue angle of 56.44º 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 #666001 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102961-
CMYK00.060.990.6
HSL56.44º98.06%20.2%-
HSV(B)56.44º99.02%40%-
XYZ9.6711.191.68-
YUV86.9679.49138.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=51.26%
G=48.24%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10296100.060.990.656.4498.0620.2
Hex6660106633C386214
Octal146140106143747014224
Binary11001101100000101101100011111100111000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666001; }

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

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

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

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

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

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

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

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