#6D9D83

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

Shades of Oxley #6D9D83

Tints of Oxley #6D9D83

Color information

#6D9D83 (or 0x6D9D83) is unknown color: approx Oxley. HEX triplet: 6D, 9D and 83. RGB value is (109,157,131). Sum of RGB (Red+Green+Blue) = 109+157+131=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9D83 is #92627C. Grayscale: #8B8B8B. Windows color (decimal): -9593469 or 8625517. OLE color: 8625517.

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

Color convert

RGB109157131-
CMYK0.3100.170.38
HSL147.5º19.67%52.16%-
HSV(B)147.5º30.57%61.57%-
XYZ22.462925.89-
YUV139.68123.1106.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.46%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 131 (51.56% from 255) = 33.00%
R=27.46%
G=39.55%
B=33.00%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091571310.3100.170.38147.519.6752.16
Hex6D9D831F01126941434
Octal15523520337021462242464
Binary11011011001110110000011111110100011001101001010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,157,131); }

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

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

 a { background-color: rgb(109,157,131); }

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

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

 span { border-color: rgb(109,157,131); }

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