#66A300

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

Shades of Christi #66A300

Tints of Christi #66A300

Color information

#66A300 (or 0x66A300) is unknown color: approx Christi. HEX triplet: 66, A3 and 00. RGB value is (102,163,0). Sum of RGB (Red+Green+Blue) = 102+163+0=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 163 (64.06% from 255 or 61.51% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 163 - color contains mainly: green. Hex color #66A300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A300 is #995CFF. Grayscale: #7E7E7E. Windows color (decimal): -10050816 or 41830. OLE color: 41830.

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

Color convert

RGB1021630-
CMYK0.37010.36
HSL82.45º100%31.96%-
HSV(B)82.45º100%63.92%-
XYZ18.5829.024.62-
YUV126.1856.79110.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 163 (64.06% from 255) = 61.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.49%
G=61.51%
B=0%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10216300.37010.3682.4510031.96
Hex66A302506424526420
Octal14624304501444412214440
Binary11001101010001101001010110010010010010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,0); }

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

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

 a { background-color: rgb(102,163,0); }

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

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

 span { border-color: rgb(102,163,0); }

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