Html Css Color HEX #6D957F Oxley

📋 copy color: '#6D957F'

red 109 ◦ green 149 ◦ blue 127

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

Shades of Oxley #6D957F

Tints of Oxley #6D957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 28.31%
G = 38.7%
B = 32.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#6D957F (or 0x6D957F) is known color: Oxley. HEX triplet: 6D, 95 and 7F. RGB value is (109,149,127). Sum of RGB (Red+Green+Blue) = 109+149+127=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #6D957F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D957F is #926A80. Grayscale: #868686. Windows color (decimal): -9595521 or 8361325. OLE color: 8361325.

HSL color Cylindrical-coordinate representation of color #6D957F: hue angle of 147º 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 #6D957F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 149 127 -
CMYK 0.27 0 0.15 0.42
HSL 147º 0.16% 0.51% -
HSV(B) 147º 0.27% 0.58% -
XYZ 20.88 26.28 24.05 -
YUV 134.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 109 149 127 0.27 0 0.15 0.42 147 0.16 0.51
Hex 6D 95 7F 1B 0 F 2A 93 10 33
Octal 155 225 177 33 0 17 52 223 20 63
Binary 1101101 10010101 1111111 11011 0 1111 101010 10010011 10000 110011

Color Harmonies of #6D957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D957F

Black with #6D957F

Text Example


Text Example

White with #6D957F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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