#6AA618

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

Shades of Christi #6AA618

Tints of Christi #6AA618

Color information

#6AA618 (or 0x6AA618) is unknown color: approx Christi. HEX triplet: 6A, A6 and 18. RGB value is (106,166,24). Sum of RGB (Red+Green+Blue) = 106+166+24=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA618 is #9559E7. Grayscale: #848484. Windows color (decimal): -9787880 or 1615466. OLE color: 1615466.

HSL color Cylindrical-coordinate representation of color #6AA618: hue angle of 85.35º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6AA618 is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB10616624-
CMYK0.3600.860.35
HSL85.35º74.74%37.25%-
HSV(B)85.35º85.54%65.1%-
XYZ19.7430.45.69-
YUV131.8767.12109.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 166 (65.23% from 255) = 56.08%
BLUE value IS 24 (9.77% from 255) = 8.11%
R=35.81%
G=56.08%
B=8.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal106166240.3600.860.3585.3574.7437.25
Hex6AA6182405623554b25
Octal152246304401264312511345
Binary110101010100110110001001000101011010001110101011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,24); }

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

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

 a { background-color: rgb(106,166,24); }

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

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

 span { border-color: rgb(106,166,24); }

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