#6AAB7B

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

Shades of Oxley #6AAB7B

Tints of Oxley #6AAB7B

Color information

#6AAB7B (or 0x6AAB7B) is unknown color: approx Oxley. HEX triplet: 6A, AB and 7B. RGB value is (106,171,123). Sum of RGB (Red+Green+Blue) = 106+171+123=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAB7B is #955484. Grayscale: #929292. Windows color (decimal): -9786501 or 8104810. OLE color: 8104810.

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

Color convert

RGB106171123-
CMYK0.3800.280.33
HSL135.69º27.9%54.31%-
HSV(B)135.69º38.01%67.06%-
XYZ24.0833.6223.96-
YUV146.09114.9799.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=26.5%
G=42.75%
B=30.75%

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
Decimal1061711230.3800.280.33135.6927.954.31
Hex6AAB7B2601C21881c36
Octal15225317346034412103466
Binary11010101010101111110111001100111001000011000100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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