Html Css Color HEX #6D8E7C Oxley

📋 copy color: '#6D8E7C'

red 109 ◦ green 142 ◦ blue 124

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

Shades of Oxley #6D8E7C

Tints of Oxley #6D8E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.87%

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

R = 29.07%
G = 37.87%
B = 33.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#6D8E7C (or 0x6D8E7C) is known color: Oxley. HEX triplet: 6D, 8E and 7C. RGB value is (109,142,124). Sum of RGB (Red+Green+Blue) = 109+142+124=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8E7C is #927183. Grayscale: #828282. Windows color (decimal): -9597316 or 8162925. OLE color: 8162925.

HSL color Cylindrical-coordinate representation of color #6D8E7C: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D8E7C is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 142 124 -
CMYK 0.23 0 0.13 0.44
HSL 147.27º 0.13% 0.49% -
HSV(B) 147.27º 0.23% 0.56% -
XYZ 19.62 24.05 22.68 -
YUV 130.08 124.57 112.96 -
System Red Green Blue C M Y K H S L
Decimal 109 142 124 0.23 0 0.13 0.44 147.27 0.13 0.49
Hex 6D 8E 7C 17 0 D 2C 93 D 31
Octal 155 216 174 27 0 15 54 223 15 61
Binary 1101101 10001110 1111100 10111 0 1101 101100 10010011 1101 110001

Color Harmonies of #6D8E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8E7C

Black with #6D8E7C

Text Example


Text Example

White with #6D8E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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