#6AB016

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

Shades of Christi #6AB016

Tints of Christi #6AB016

Color information

#6AB016 (or 0x6AB016) is unknown color: approx Christi. HEX triplet: 6A, B0 and 16. RGB value is (106,176,22). Sum of RGB (Red+Green+Blue) = 106+176+22=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 176 (69.14% from 255 or 57.89% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB016 is #954FE9. Grayscale: #8A8A8A. Windows color (decimal): -9785322 or 1486954. OLE color: 1486954.

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

Color convert

RGB10617622-
CMYK0.4000.880.31
HSL87.27º77.78%38.82%-
HSV(B)87.27º87.5%69.02%-
XYZ21.6134.176.22-
YUV137.5162.81105.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 176 (69.14% from 255) = 57.89%
BLUE value IS 22 (8.98% from 255) = 7.24%
R=34.87%
G=57.89%
B=7.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106176220.4000.880.3187.2777.7838.82
Hex6AB016280581F574e27
Octal152260265001303712711647
Binary11010101011000010110101000010110001111110101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,176,22); }

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

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

 a { background-color: rgb(106,176,22); }

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

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

 span { border-color: rgb(106,176,22); }

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