#6CAA80

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

Shades of Oxley #6CAA80

Tints of Oxley #6CAA80

Color information

#6CAA80 (or 0x6CAA80) is unknown color: approx Oxley. HEX triplet: 6C, AA and 80. RGB value is (108,170,128). Sum of RGB (Red+Green+Blue) = 108+170+128=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #6CAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAA80 is #93557F. Grayscale: #929292. Windows color (decimal): -9655680 or 8432236. OLE color: 8432236.

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

Color convert

RGB108170128-
CMYK0.3600.250.33
HSL139.35º26.72%54.51%-
HSV(B)139.35º36.47%66.67%-
XYZ24.4633.525.6-
YUV146.67117.46100.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.60%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=26.60%
G=41.87%
B=31.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1081701280.3600.250.33139.3526.7254.51
Hex6CAA8024019218b1b37
Octal15425220044031412133367
Binary110110010101010100000001001000110011000011000101111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,128); }

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

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

 a { background-color: rgb(108,170,128); }

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

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

 span { border-color: rgb(108,170,128); }

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