#6AAC7E

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

Shades of Oxley #6AAC7E

Tints of Oxley #6AAC7E

Color information

#6AAC7E (or 0x6AAC7E) is unknown color: approx Oxley. HEX triplet: 6A, AC and 7E. RGB value is (106,172,126). Sum of RGB (Red+Green+Blue) = 106+172+126=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #6AAC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAC7E is #955381. Grayscale: #939393. Windows color (decimal): -9786242 or 8301674. OLE color: 8301674.

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

Color convert

RGB106172126-
CMYK0.3800.270.33
HSL138.18º28.45%54.51%-
HSV(B)138.18º38.37%67.45%-
XYZ24.4634.0825.03-
YUV147.02116.1398.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.24%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 126 (49.61% from 255) = 31.19%
R=26.24%
G=42.57%
B=31.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061721260.3800.270.33138.1828.4554.51
Hex6AAC7E2601B218a1c37
Octal15225417646033412123467
Binary11010101010110011111101001100110111000011000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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