#66B31A

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

Shades of Christi #66B31A

Tints of Christi #66B31A

Color information

#66B31A (or 0x66B31A) is unknown color: approx Christi. HEX triplet: 66, B3 and 1A. RGB value is (102,179,26). Sum of RGB (Red+Green+Blue) = 102+179+26=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #66B31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B31A is #994CE5. Grayscale: #8B8B8B. Windows color (decimal): -10046694 or 1749862. OLE color: 1749862.

HSL color Cylindrical-coordinate representation of color #66B31A: hue angle of 90.2º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66B31A is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB10217926-
CMYK0.4300.850.30
HSL90.2º74.63%40.2%-
HSV(B)90.2º85.47%70.2%-
XYZ21.7935.146.61-
YUV138.5464.49101.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 179 (70.31% from 255) = 58.31%
BLUE value IS 26 (10.55% from 255) = 8.47%
R=33.22%
G=58.31%
B=8.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179260.4300.850.3090.274.6340.2
Hex66B31A2B0551E5a4b28
Octal146263325301253613211350
Binary11001101011001111010101011010101011111010110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,26); }

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

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

 a { background-color: rgb(102,179,26); }

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

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

 span { border-color: rgb(102,179,26); }

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