Html Css Color HEX #6E8977 Oxley

📋 copy color: '#6E8977'

red 110 ◦ green 137 ◦ blue 119

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

Shades of Oxley #6E8977

Tints of Oxley #6E8977

RGB

 RED value IS 110 (43.36% from 255) = 30.05%

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 30.05%
G = 37.43%
B = 32.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#6E8977 (or 0x6E8977) is known color: Oxley. HEX triplet: 6E, 89 and 77. RGB value is (110,137,119). Sum of RGB (Red+Green+Blue) = 110+137+119=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8977 is #917688. Grayscale: #7E7E7E. Windows color (decimal): -9533065 or 7833966. OLE color: 7833966.

HSL color Cylindrical-coordinate representation of color #6E8977: hue angle of 140º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8977 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 119 -
CMYK 0.20 0 0.13 0.46
HSL 140º 0.11% 0.48% -
HSV(B) 140º 0.2% 0.54% -
XYZ 18.71 22.54 20.82 -
YUV 126.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 110 137 119 0.20 0 0.13 0.46 140 0.11 0.48
Hex 6E 89 77 14 0 D 2E 8C B 30
Octal 156 211 167 24 0 15 56 214 13 60
Binary 1101110 10001001 1110111 10100 0 1101 101110 10001100 1011 110000

Color Harmonies of #6E8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8977

Black with #6E8977

Text Example


Text Example

White with #6E8977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,119); }

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

background-color css

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

 a { background-color: rgb(110,137,119); }

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

border-color css

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

 span { border-color: rgb(110,137,119); }

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