#6AAB1A

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

Shades of Christi #6AAB1A

Tints of Christi #6AAB1A

Color information

#6AAB1A (or 0x6AAB1A) is unknown color: approx Christi. HEX triplet: 6A, AB and 1A. RGB value is (106,171,26). Sum of RGB (Red+Green+Blue) = 106+171+26=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAB1A is #9554E5. Grayscale: #878787. Windows color (decimal): -9786598 or 1747818. OLE color: 1747818.

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

Color convert

RGB10617126-
CMYK0.3800.850.33
HSL86.9º73.6%38.63%-
HSV(B)86.9º84.8%67.06%-
XYZ20.6932.266.11-
YUV135.0466.47107.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 171 (67.19% from 255) = 56.44%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=34.98%
G=56.44%
B=8.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106171260.3800.850.3386.973.638.63
Hex6AAB1A2605521574a27
Octal152253324601254112711247
Binary110101010101011110101001100101010110000110101111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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