Html Css Color HEX #6D917C Oxley

📋 copy color: '#6D917C'

red 109 ◦ green 145 ◦ blue 124

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

Shades of Oxley #6D917C

Tints of Oxley #6D917C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.8%

R = 28.84%
G = 38.36%
B = 32.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#6D917C (or 0x6D917C) is known color: Oxley. HEX triplet: 6D, 91 and 7C. RGB value is (109,145,124). Sum of RGB (Red+Green+Blue) = 109+145+124=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917C is #926E83. Grayscale: #838383. Windows color (decimal): -9596548 or 8163693. OLE color: 8163693.

HSL color Cylindrical-coordinate representation of color #6D917C: hue angle of 145º 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 #6D917C is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 124 -
CMYK 0.25 0 0.14 0.43
HSL 145º 0.14% 0.5% -
HSV(B) 145º 0.25% 0.57% -
XYZ 20.07 24.96 22.83 -
YUV 131.84 123.57 111.71 -
System Red Green Blue C M Y K H S L
Decimal 109 145 124 0.25 0 0.14 0.43 145 0.14 0.5
Hex 6D 91 7C 19 0 E 2B 91 E 32
Octal 155 221 174 31 0 16 53 221 16 62
Binary 1101101 10010001 1111100 11001 0 1110 101011 10010001 1110 110010

Color Harmonies of #6D917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D917C

Black with #6D917C

Text Example


Text Example

White with #6D917C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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