#6D927D

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

Shades of Oxley #6D927D

Tints of Oxley #6D927D

Color information

#6D927D (or 0x6D927D) is unknown color: approx Oxley. HEX triplet: 6D, 92 and 7D. RGB value is (109,146,125). Sum of RGB (Red+Green+Blue) = 109+146+125=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 146 - color contains mainly: green. Hex color #6D927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D927D is #926D82. Grayscale: #848484. Windows color (decimal): -9596291 or 8229485. OLE color: 8229485.

HSL color Cylindrical-coordinate representation of color #6D927D: hue angle of 145.95º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D927D is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB109146125-
CMYK0.2500.140.43
HSL145.95º14.51%50%-
HSV(B)145.95º25.34%57.25%-
XYZ20.2925.2923.21-
YUV132.54123.74111.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 146 (57.42% from 255) = 38.42%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=28.68%
G=38.42%
B=32.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1091461250.2500.140.43145.9514.5150
Hex6D927D190E2B92f32
Octal15522217531016532221762
Binary11011011001001011111011100101110101011100100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,146,125); }

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

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

 a { background-color: rgb(109,146,125); }

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

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

 span { border-color: rgb(109,146,125); }

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