Html Css Color HEX #6D9175 Oxley

📋 copy color: '#6D9175'

red 109 ◦ green 145 ◦ blue 117

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

Shades of Oxley #6D9175

Tints of Oxley #6D9175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.08%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 29.38%
G = 39.08%
B = 31.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#6D9175 (or 0x6D9175) is known color: Oxley. HEX triplet: 6D, 91 and 75. RGB value is (109,145,117). Sum of RGB (Red+Green+Blue) = 109+145+117=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9175 is #926E8A. Grayscale: #838383. Windows color (decimal): -9596555 or 7704941. OLE color: 7704941.

HSL color Cylindrical-coordinate representation of color #6D9175: hue angle of 133.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9175 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 117 -
CMYK 0.25 0 0.19 0.43
HSL 133.33º 0.14% 0.5% -
HSV(B) 133.33º 0.25% 0.57% -
XYZ 19.64 24.79 20.58 -
YUV 131.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 109 145 117 0.25 0 0.19 0.43 133.33 0.14 0.5
Hex 6D 91 75 19 0 13 2B 85 E 32
Octal 155 221 165 31 0 23 53 205 16 62
Binary 1101101 10010001 1110101 11001 0 10011 101011 10000101 1110 110010

Color Harmonies of #6D9175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9175

Black with #6D9175

Text Example


Text Example

White with #6D9175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,117); }

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

background-color css

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

 a { background-color: rgb(109,145,117); }

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

border-color css

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

 span { border-color: rgb(109,145,117); }

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