#6D9B75

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

Shades of Oxley #6D9B75

Tints of Oxley #6D9B75

Color information

#6D9B75 (or 0x6D9B75) is unknown color: approx Oxley. HEX triplet: 6D, 9B and 75. RGB value is (109,155,117). Sum of RGB (Red+Green+Blue) = 109+155+117=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #6D9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9B75 is #92648A. Grayscale: #898989. Windows color (decimal): -9593995 or 7707501. OLE color: 7707501.

HSL color Cylindrical-coordinate representation of color #6D9B75: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9B75 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB109155117-
CMYK0.3000.250.39
HSL130.43º18.7%51.76%-
HSV(B)130.43º29.68%60.78%-
XYZ21.2427.9821.11-
YUV136.91116.76108.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 117 (46.09% from 255) = 30.71%
R=28.61%
G=40.68%
B=30.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091551170.3000.250.39130.4318.751.76
Hex6D9B751E01927821334
Octal15523316536031472022364
Binary1101101100110111110101111100110011001111000001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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