#66A30F

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

Shades of Christi #66A30F

Tints of Christi #66A30F

Color information

#66A30F (or 0x66A30F) is unknown color: approx Christi. HEX triplet: 66, A3 and 0F. RGB value is (102,163,15). Sum of RGB (Red+Green+Blue) = 102+163+15=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #66A30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A30F is #995CF0. Grayscale: #808080. Windows color (decimal): -10050801 or 1024870. OLE color: 1024870.

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

Color convert

RGB10216315-
CMYK0.3700.910.36
HSL84.73º83.15%34.9%-
HSV(B)84.73º90.8%63.92%-
XYZ18.6629.055.08-
YUV127.8964.29109.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 163 (64.06% from 255) = 58.21%
BLUE value IS 15 (6.25% from 255) = 5.36%
R=36.43%
G=58.21%
B=5.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163150.3700.910.3684.7383.1534.9
Hex66A3F2505B24555323
Octal146243174501334412512343
Binary11001101010001111111001010101101110010010101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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