#6A8F76

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

Shades of Oxley #6A8F76

Tints of Oxley #6A8F76

Color information

#6A8F76 (or 0x6A8F76) is unknown color: approx Oxley. HEX triplet: 6A, 8F and 76. RGB value is (106,143,118). Sum of RGB (Red+Green+Blue) = 106+143+118=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 143 - color contains mainly: green. Hex color #6A8F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8F76 is #957089. Grayscale: #818181. Windows color (decimal): -9793674 or 7769962. OLE color: 7769962.

HSL color Cylindrical-coordinate representation of color #6A8F76: hue angle of 139.46º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A8F76 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB106143118-
CMYK0.2600.170.44
HSL139.46º14.86%48.82%-
HSV(B)139.46º25.87%56.08%-
XYZ19.0424.0220.77-
YUV129.09121.74111.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 143 (56.25% from 255) = 38.96%
BLUE value IS 118 (46.48% from 255) = 32.15%
R=28.88%
G=38.96%
B=32.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061431180.2600.170.44139.4614.8648.82
Hex6A8F761A0112C8bf31
Octal15221716632021542131761
Binary110101010001111111011011010010001101100100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,143,118); }

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

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

 a { background-color: rgb(106,143,118); }

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

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

 span { border-color: rgb(106,143,118); }

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