#6AB129

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

Shades of Christi #6AB129

Tints of Christi #6AB129

Color information

#6AB129 (or 0x6AB129) is unknown color: approx Christi. HEX triplet: 6A, B1 and 29. RGB value is (106,177,41). Sum of RGB (Red+Green+Blue) = 106+177+41=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 177 (69.53% from 255 or 54.63% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB129 is #954ED6. Grayscale: #8C8C8C. Windows color (decimal): -9785047 or 2732394. OLE color: 2732394.

HSL color Cylindrical-coordinate representation of color #6AB129: hue angle of 91.32º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AB129 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB10617741-
CMYK0.4000.770.31
HSL91.32º62.39%42.75%-
HSV(B)91.32º76.84%69.41%-
XYZ22.0734.677.63-
YUV140.2771.98103.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.72%
GREEN value IS 177 (69.53% from 255) = 54.63%
BLUE value IS 41 (16.41% from 255) = 12.65%
R=32.72%
G=54.63%
B=12.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106177410.4000.770.3191.3262.3942.75
Hex6AB1292804D1F5b3e2b
Octal15226151500115371337653
Binary11010101011000110100110100001001101111111011011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB129; }

 p { color: rgb(106,177,41); }

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

<style>
 a { background-color: #6AB129; }

 a { background-color: rgb(106,177,41); }

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

<style>
 span { border-color: #6AB129; }

 span { border-color: rgb(106,177,41); }

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