Html Css Color HEX #6D957D Oxley

📋 copy color: '#6D957D'

red 109 ◦ green 149 ◦ blue 125

#6D957D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #6D957D

Tints of Oxley #6D957D

RGB

 RED value IS 109 (42.97% from 255) = 28.46%

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 28.46%
G = 38.9%
B = 32.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#6D957D (or 0x6D957D) is known color: Oxley. HEX triplet: 6D, 95 and 7D. RGB value is (109,149,125). Sum of RGB (Red+Green+Blue) = 109+149+125=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #6D957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D957D is #926A82. Grayscale: #868686. Windows color (decimal): -9595523 or 8230253. OLE color: 8230253.

HSL color Cylindrical-coordinate representation of color #6D957D: hue angle of 144º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D957D is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 149 125 -
CMYK 0.27 0 0.16 0.42
HSL 144º 0.16% 0.51% -
HSV(B) 144º 0.27% 0.58% -
XYZ 20.76 26.23 23.37 -
YUV 134.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 109 149 125 0.27 0 0.16 0.42 144 0.16 0.51
Hex 6D 95 7D 1B 0 10 2A 90 10 33
Octal 155 225 175 33 0 20 52 220 20 63
Binary 1101101 10010101 1111101 11011 0 10000 101010 10010000 10000 110011

Color Harmonies of #6D957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D957D

Black with #6D957D

Text Example


Text Example

White with #6D957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D957D;
 }
 .AnyTagClassName
 {
   color: #6D957D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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