#6D9D71

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

Shades of Oxley #6D9D71

Tints of Oxley #6D9D71

Color information

#6D9D71 (or 0x6D9D71) is unknown color: approx Oxley. HEX triplet: 6D, 9D and 71. RGB value is (109,157,113). Sum of RGB (Red+Green+Blue) = 109+157+113=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9D71 is #92628E. Grayscale: #898989. Windows color (decimal): -9593487 or 7445869. OLE color: 7445869.

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

Color convert

RGB109157113-
CMYK0.3100.280.38
HSL125º19.67%52.16%-
HSV(B)125º30.57%61.57%-
XYZ21.3428.5620.01-
YUV137.63114.1107.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.76%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=28.76%
G=41.42%
B=29.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091571130.3100.280.3812519.6752.16
Hex6D9D711F01C267d1434
Octal15523516137034461752464
Binary110110110011101111000111111011100100110111110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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