Html Css Color HEX #6D967E Oxley

📋 copy color: '#6D967E'

red 109 ◦ green 150 ◦ blue 126

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

Shades of Oxley #6D967E

Tints of Oxley #6D967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 28.31%
G = 38.96%
B = 32.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#6D967E (or 0x6D967E) is known color: Oxley. HEX triplet: 6D, 96 and 7E. RGB value is (109,150,126). Sum of RGB (Red+Green+Blue) = 109+150+126=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #6D967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D967E is #926981. Grayscale: #878787. Windows color (decimal): -9595266 or 8296045. OLE color: 8296045.

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

Color convert

RGB 109 150 126 -
CMYK 0.27 0 0.16 0.41
HSL 144.88º 0.16% 0.51% -
HSV(B) 144.88º 0.27% 0.59% -
XYZ 20.98 26.57 23.76 -
YUV 135.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 109 150 126 0.27 0 0.16 0.41 144.88 0.16 0.51
Hex 6D 96 7E 1B 0 10 29 91 10 33
Octal 155 226 176 33 0 20 51 221 20 63
Binary 1101101 10010110 1111110 11011 0 10000 101001 10010001 10000 110011

Color Harmonies of #6D967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D967E

Black with #6D967E

Text Example


Text Example

White with #6D967E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,150,126); }

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

background-color css

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

 a { background-color: rgb(109,150,126); }

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

border-color css

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

 span { border-color: rgb(109,150,126); }

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