#666502

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

Shades of Fiji Green #666502

Tints of Fiji Green #666502

Color information

#666502 (or 0x666502) is unknown color: approx Fiji Green. HEX triplet: 66, 65 and 02. RGB value is (102,101,2). Sum of RGB (Red+Green+Blue) = 102+101+2=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 101 (39.84% from 255 or 49.27% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #666502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666502 is #999AFD. Grayscale: #5A5A5A. Windows color (decimal): -10066686 or 157030. OLE color: 157030.

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

Color convert

RGB1021012-
CMYK00.010.980.6
HSL59.4º96.15%20.39%-
HSV(B)59.4º98.04%40%-
XYZ10.1412.141.87-
YUV90.0178.33136.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 101 (39.84% from 255) = 49.27%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=49.76%
G=49.27%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102101200.010.980.659.496.1520.39
Hex6665201623C3b6014
Octal146145201142747314024
Binary1100110110010110011100010111100111011110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666502; }

 p { color: rgb(102,101,2); }

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

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

 a { background-color: rgb(102,101,2); }

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

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

 span { border-color: rgb(102,101,2); }

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