#6AA06E

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

Shades of Oxley #6AA06E

Tints of Oxley #6AA06E

Color information

#6AA06E (or 0x6AA06E) is unknown color: approx Oxley. HEX triplet: 6A, A0 and 6E. RGB value is (106,160,110). Sum of RGB (Red+Green+Blue) = 106+160+110=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #6AA06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA06E is #955F91. Grayscale: #8A8A8A. Windows color (decimal): -9789330 or 7250026. OLE color: 7250026.

HSL color Cylindrical-coordinate representation of color #6AA06E: hue angle of 124.44º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6AA06E is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB106160110-
CMYK0.3400.310.37
HSL124.44º22.13%52.16%-
HSV(B)124.44º33.75%62.75%-
XYZ21.3329.3319.29-
YUV138.15112.11105.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 160 (62.89% from 255) = 42.55%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=28.19%
G=42.55%
B=29.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1061601100.3400.310.37124.4422.1352.16
Hex6AA06E2201F257c1634
Octal15224015642037451742664
Binary1101010101000001101110100010011111100101111110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,160,110); }

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

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

 a { background-color: rgb(106,160,110); }

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

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

 span { border-color: rgb(106,160,110); }

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