#6AAB02

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

Shades of Christi #6AAB02

Tints of Christi #6AAB02

Color information

#6AAB02 (or 0x6AAB02) is unknown color: approx Christi. HEX triplet: 6A, AB and 02. RGB value is (106,171,2). Sum of RGB (Red+Green+Blue) = 106+171+2=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAB02 is #9554FD. Grayscale: #848484. Windows color (decimal): -9786622 or 174954. OLE color: 174954.

HSL color Cylindrical-coordinate representation of color #6AAB02: hue angle of 83.08º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AAB02 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1061712-
CMYK0.3800.990.33
HSL83.08º97.69%33.92%-
HSV(B)83.08º98.83%67.06%-
XYZ20.5232.195.19-
YUV132.354.47109.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 171 (67.19% from 255) = 61.29%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=37.99%
G=61.29%
B=0.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10617120.3800.990.3383.0897.6933.92
Hex6AAB22606321536222
Octal15225324601434112314242
Binary110101010101011101001100110001110000110100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,2); }

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

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

 a { background-color: rgb(106,171,2); }

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

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

 span { border-color: rgb(106,171,2); }

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