#6AAA77

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

Shades of Oxley #6AAA77

Tints of Oxley #6AAA77

Color information

#6AAA77 (or 0x6AAA77) is unknown color: approx Oxley. HEX triplet: 6A, AA and 77. RGB value is (106,170,119). Sum of RGB (Red+Green+Blue) = 106+170+119=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAA77 is #955588. Grayscale: #919191. Windows color (decimal): -9786761 or 7842410. OLE color: 7842410.

HSL color Cylindrical-coordinate representation of color #6AAA77: hue angle of 132.19º 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 #6AAA77 is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB106170119-
CMYK0.3800.30.33
HSL132.19º27.35%54.12%-
HSV(B)132.19º37.65%66.67%-
XYZ23.6533.1522.6-
YUV145.05113.3100.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 119 (46.88% from 255) = 30.13%
R=26.84%
G=43.04%
B=30.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061701190.3800.30.33132.1927.3554.12
Hex6AAA772601E21841b36
Octal15225216746036412043366
Binary11010101010101011101111001100111101000011000010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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