#6AAB2A

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

Shades of Christi #6AAB2A

Tints of Christi #6AAB2A

Color information

#6AAB2A (or 0x6AAB2A) is unknown color: approx Christi. HEX triplet: 6A, AB and 2A. RGB value is (106,171,42). Sum of RGB (Red+Green+Blue) = 106+171+42=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB2A is #9554D5. Grayscale: #898989. Windows color (decimal): -9786582 or 2796394. OLE color: 2796394.

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

Color convert

RGB10617142-
CMYK0.3800.750.33
HSL90.23º60.56%41.76%-
HSV(B)90.23º75.44%67.06%-
XYZ20.9232.367.33-
YUV136.8674.47105.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.23%
GREEN value IS 171 (67.19% from 255) = 53.61%
BLUE value IS 42 (16.80% from 255) = 13.17%
R=33.23%
G=53.61%
B=13.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171420.3800.750.3390.2360.5641.76
Hex6AAB2A2604B215a3d2a
Octal15225352460113411327552
Binary110101010101011101010100110010010111000011011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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