#66A31B

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

Shades of Christi #66A31B

Tints of Christi #66A31B

Color information

#66A31B (or 0x66A31B) is unknown color: approx Christi. HEX triplet: 66, A3 and 1B. RGB value is (102,163,27). Sum of RGB (Red+Green+Blue) = 102+163+27=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #66A31B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A31B is #995CE4. Grayscale: #818181. Windows color (decimal): -10050789 or 1811302. OLE color: 1811302.

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

Color convert

RGB10216327-
CMYK0.3700.830.36
HSL86.91º71.58%37.25%-
HSV(B)86.91º83.44%63.92%-
XYZ18.7729.15.66-
YUV129.2670.29108.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 163 (64.06% from 255) = 55.82%
BLUE value IS 27 (10.94% from 255) = 9.25%
R=34.93%
G=55.82%
B=9.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163270.3700.830.3686.9171.5837.25
Hex66A31B2505324574825
Octal146243334501234412711045
Binary110011010100011110111001010101001110010010101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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