#6AAC05

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

Shades of Christi #6AAC05

Tints of Christi #6AAC05

Color information

#6AAC05 (or 0x6AAC05) is unknown color: approx Christi. HEX triplet: 6A, AC and 05. RGB value is (106,172,5). Sum of RGB (Red+Green+Blue) = 106+172+5=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAC05 is #9553FA. Grayscale: #858585. Windows color (decimal): -9786363 or 371818. OLE color: 371818.

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

Color convert

RGB1061725-
CMYK0.3800.970.33
HSL83.71º94.35%34.71%-
HSV(B)83.71º97.09%67.45%-
XYZ20.7232.585.34-
YUV133.2355.63108.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 172 (67.58% from 255) = 60.78%
BLUE value IS 5 (2.34% from 255) = 1.77%
R=37.46%
G=60.78%
B=1.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10617250.3800.970.3383.7194.3534.71
Hex6AAC52606121545e23
Octal15225454601414112413643
Binary1101010101011001011001100110000110000110101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,172,5); }

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

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

 a { background-color: rgb(106,172,5); }

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

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

 span { border-color: rgb(106,172,5); }

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