#6DA076

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

Shades of Oxley #6DA076

Tints of Oxley #6DA076

Color information

#6DA076 (or 0x6DA076) is unknown color: approx Oxley. HEX triplet: 6D, A0 and 76. RGB value is (109,160,118). Sum of RGB (Red+Green+Blue) = 109+160+118=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 160 (62.89% from 255 or 41.34% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA076 is #925F89. Grayscale: #8C8C8C. Windows color (decimal): -9592714 or 7774317. OLE color: 7774317.

HSL color Cylindrical-coordinate representation of color #6DA076: hue angle of 130.59º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA076 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB109160118-
CMYK0.3200.260.37
HSL130.59º21.16%52.75%-
HSV(B)130.59º31.87%62.75%-
XYZ22.1529.721.71-
YUV139.96115.6105.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.17%
GREEN value IS 160 (62.89% from 255) = 41.34%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=28.17%
G=41.34%
B=30.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1091601180.3200.260.37130.5921.1652.75
Hex6DA0762001A25831535
Octal15524016640032452032565
Binary11011011010000011101101000000110101001011000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,160,118); }

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

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

 a { background-color: rgb(109,160,118); }

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

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

 span { border-color: rgb(109,160,118); }

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