#6AAB81

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

Shades of Oxley #6AAB81

Tints of Oxley #6AAB81

Color information

#6AAB81 (or 0x6AAB81) is unknown color: approx Oxley. HEX triplet: 6A, AB and 81. RGB value is (106,171,129). Sum of RGB (Red+Green+Blue) = 106+171+129=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB81 is #95547E. Grayscale: #929292. Windows color (decimal): -9786495 or 8498026. OLE color: 8498026.

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

Color convert

RGB106171129-
CMYK0.3800.250.33
HSL141.23º27.9%54.31%-
HSV(B)141.23º38.01%67.06%-
XYZ24.4733.7726-
YUV146.78117.9798.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=26.11%
G=42.12%
B=31.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061711290.3800.250.33141.2327.954.31
Hex6AAB8126019218d1c36
Octal15225320146031412153466
Binary110101010101011100000011001100110011000011000110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,171,129); }

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

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

 a { background-color: rgb(106,171,129); }

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

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

 span { border-color: rgb(106,171,129); }

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