#66A401

Color #66A401 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #66A401

Tints of Christi #66A401

Color information

#66A401 (or 0x66A401) is unknown color: approx Christi. HEX triplet: 66, A4 and 01. RGB value is (102,164,1). Sum of RGB (Red+Green+Blue) = 102+164+1=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 164 (64.45% from 255 or 61.42% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 164 - color contains mainly: green. Hex color #66A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A401 is #995BFE. Grayscale: #7F7F7F. Windows color (decimal): -10050559 or 107622. OLE color: 107622.

HSL color Cylindrical-coordinate representation of color #66A401: hue angle of 82.82º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66A401 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1021641-
CMYK0.3800.990.36
HSL82.82º98.79%32.35%-
HSV(B)82.82º99.39%64.31%-
XYZ18.7629.384.71-
YUV126.8856.96110.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.20%
GREEN value IS 164 (64.45% from 255) = 61.42%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=38.20%
G=61.42%
B=0.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10216410.3800.990.3682.8298.7932.35
Hex66A412606324536320
Octal14624414601434412314340
Binary11001101010010011001100110001110010010100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A401; }

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

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

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

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

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

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

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

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