#6AA407

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

Shades of Christi #6AA407

Tints of Christi #6AA407

Color information

#6AA407 (or 0x6AA407) is unknown color: approx Christi. HEX triplet: 6A, A4 and 07. RGB value is (106,164,7). Sum of RGB (Red+Green+Blue) = 106+164+7=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA407 is #955BF8. Grayscale: #818181. Windows color (decimal): -9788409 or 500842. OLE color: 500842.

HSL color Cylindrical-coordinate representation of color #6AA407: hue angle of 82.17º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6AA407 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB1061647-
CMYK0.3500.960.36
HSL82.17º91.81%33.53%-
HSV(B)82.17º95.73%64.31%-
XYZ19.2629.634.91-
YUV128.7659.28111.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 164 (64.45% from 255) = 59.21%
BLUE value IS 7 (3.12% from 255) = 2.53%
R=38.27%
G=59.21%
B=2.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10616470.3500.960.3682.1791.8133.53
Hex6AA472306024525c22
Octal15224474301404412213442
Binary1101010101001001111000110110000010010010100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,7); }

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

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

 a { background-color: rgb(106,164,7); }

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

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

 span { border-color: rgb(106,164,7); }

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