#6D8B77

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

Shades of Oxley #6D8B77

Tints of Oxley #6D8B77

Color information

#6D8B77 (or 0x6D8B77) is unknown color: approx Oxley. HEX triplet: 6D, 8B and 77. RGB value is (109,139,119). Sum of RGB (Red+Green+Blue) = 109+139+119=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B77 is #927488. Grayscale: #7F7F7F. Windows color (decimal): -9598089 or 7834477. OLE color: 7834477.

HSL color Cylindrical-coordinate representation of color #6D8B77: hue angle of 140º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B77 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB109139119-
CMYK0.2200.140.45
HSL140º12.1%48.63%-
HSV(B)140º21.58%54.51%-
XYZ18.8723.0520.91-
YUV127.75123.06114.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.70%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=29.70%
G=37.87%
B=32.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091391190.2200.140.4514012.148.63
Hex6D8B77160E2D8cc31
Octal15521316726016552141461
Binary11011011000101111101111011001110101101100011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,139,119); }

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

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

 a { background-color: rgb(109,139,119); }

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

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

 span { border-color: rgb(109,139,119); }

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