#6AAA7A

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

Shades of Oxley #6AAA7A

Tints of Oxley #6AAA7A

Color information

#6AAA7A (or 0x6AAA7A) is unknown color: approx Oxley. HEX triplet: 6A, AA and 7A. RGB value is (106,170,122). Sum of RGB (Red+Green+Blue) = 106+170+122=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA7A is #955585. Grayscale: #919191. Windows color (decimal): -9786758 or 8039018. OLE color: 8039018.

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

Color convert

RGB106170122-
CMYK0.3800.280.33
HSL135º27.35%54.12%-
HSV(B)135º37.65%66.67%-
XYZ23.8333.2223.57-
YUV145.39114.899.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=26.63%
G=42.71%
B=30.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701220.3800.280.3313527.3554.12
Hex6AAA7A2601C21871b36
Octal15225217246034412073366
Binary11010101010101011110101001100111001000011000011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,170,122); }

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

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

 a { background-color: rgb(106,170,122); }

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

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

 span { border-color: rgb(106,170,122); }

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