#6D9D7C

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

Shades of Oxley #6D9D7C

Tints of Oxley #6D9D7C

Color information

#6D9D7C (or 0x6D9D7C) is unknown color: approx Oxley. HEX triplet: 6D, 9D and 7C. RGB value is (109,157,124). Sum of RGB (Red+Green+Blue) = 109+157+124=390 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.95% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9D7C is #926283. Grayscale: #8A8A8A. Windows color (decimal): -9593476 or 8166765. OLE color: 8166765.

HSL color Cylindrical-coordinate representation of color #6D9D7C: hue angle of 138.75º 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 #6D9D7C is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB109157124-
CMYK0.3100.210.38
HSL138.75º19.67%52.16%-
HSV(B)138.75º30.57%61.57%-
XYZ2228.8223.47-
YUV138.89119.6106.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.95%
GREEN value IS 157 (61.72% from 255) = 40.26%
BLUE value IS 124 (48.83% from 255) = 31.79%
R=27.95%
G=40.26%
B=31.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091571240.3100.210.38138.7519.6752.16
Hex6D9D7C1F015268b1434
Octal15523517437025462132464
Binary1101101100111011111100111110101011001101000101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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