#6D9F75

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

Shades of Oxley #6D9F75

Tints of Oxley #6D9F75

Color information

#6D9F75 (or 0x6D9F75) is unknown color: approx Oxley. HEX triplet: 6D, 9F and 75. RGB value is (109,159,117). Sum of RGB (Red+Green+Blue) = 109+159+117=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #6D9F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9F75 is #92608A. Grayscale: #8B8B8B. Windows color (decimal): -9592971 or 7708525. OLE color: 7708525.

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

Color convert

RGB109159117-
CMYK0.3100.260.38
HSL129.6º20.66%52.55%-
HSV(B)129.6º31.45%62.35%-
XYZ21.9229.3321.34-
YUV139.26115.44106.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 159 (62.5% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=28.31%
G=41.30%
B=30.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091591170.3100.260.38129.620.6652.55
Hex6D9F751F01A26821535
Octal15523716537032462022565
Binary1101101100111111110101111110110101001101000001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,159,117); }

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

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

 a { background-color: rgb(109,159,117); }

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

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

 span { border-color: rgb(109,159,117); }

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