#6AA813

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

Shades of Christi #6AA813

Tints of Christi #6AA813

Color information

#6AA813 (or 0x6AA813) is unknown color: approx Christi. HEX triplet: 6A, A8 and 13. RGB value is (106,168,19). Sum of RGB (Red+Green+Blue) = 106+168+19=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA813 is #9557EC. Grayscale: #858585. Windows color (decimal): -9787373 or 1288298. OLE color: 1288298.

HSL color Cylindrical-coordinate representation of color #6AA813: hue angle of 84.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AA813 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB10616819-
CMYK0.3700.890.34
HSL84.97º79.68%36.67%-
HSV(B)84.97º88.69%65.88%-
XYZ20.0631.125.56-
YUV132.4863.96109.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 168 (66.02% from 255) = 57.34%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=36.18%
G=57.34%
B=6.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106168190.3700.890.3484.9779.6836.67
Hex6AA8132505922555025
Octal152250234501314212512045
Binary110101010101000100111001010101100110001010101011010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,19); }

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

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

 a { background-color: rgb(106,168,19); }

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

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

 span { border-color: rgb(106,168,19); }

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