#6AAC7F

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

Shades of Oxley #6AAC7F

Tints of Oxley #6AAC7F

Color information

#6AAC7F (or 0x6AAC7F) is unknown color: approx Oxley. HEX triplet: 6A, AC and 7F. RGB value is (106,172,127). Sum of RGB (Red+Green+Blue) = 106+172+127=405 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.17% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC7F is #955380. Grayscale: #939393. Windows color (decimal): -9786241 or 8367210. OLE color: 8367210.

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

Color convert

RGB106172127-
CMYK0.3800.260.33
HSL139.09º28.45%54.51%-
HSV(B)139.09º38.37%67.45%-
XYZ24.5334.125.37-
YUV147.14116.6398.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.17%
GREEN value IS 172 (67.58% from 255) = 42.47%
BLUE value IS 127 (50% from 255) = 31.36%
R=26.17%
G=42.47%
B=31.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721270.3800.260.33139.0928.4554.51
Hex6AAC7F2601A218b1c37
Octal15225417746032412133467
Binary11010101010110011111111001100110101000011000101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,172,127); }

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

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

 a { background-color: rgb(106,172,127); }

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

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

 span { border-color: rgb(106,172,127); }

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