Html Css Color HEX #6E9D77 Oxley

📋 copy color: '#6E9D77'

red 110 ◦ green 157 ◦ blue 119

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

Shades of Oxley #6E9D77

Tints of Oxley #6E9D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.67%

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

R = 28.5%
G = 40.67%
B = 30.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#6E9D77 (or 0x6E9D77) is known color: Oxley. HEX triplet: 6E, 9D and 77. RGB value is (110,157,119). Sum of RGB (Red+Green+Blue) = 110+157+119=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D77 is #916288. Grayscale: #8A8A8A. Windows color (decimal): -9527945 or 7839086. OLE color: 7839086.

HSL color Cylindrical-coordinate representation of color #6E9D77: hue angle of 131.49º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D77 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 110 157 119 -
CMYK 0.30 0 0.24 0.38
HSL 131.49º 0.19% 0.52% -
HSV(B) 131.49º 0.3% 0.62% -
XYZ 21.82 28.76 21.85 -
YUV 138.62 116.93 107.59 -
System Red Green Blue C M Y K H S L
Decimal 110 157 119 0.30 0 0.24 0.38 131.49 0.19 0.52
Hex 6E 9D 77 1E 0 18 26 83 13 34
Octal 156 235 167 36 0 30 46 203 23 64
Binary 1101110 10011101 1110111 11110 0 11000 100110 10000011 10011 110100

Color Harmonies of #6E9D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9D77

Black with #6E9D77

Text Example


Text Example

White with #6E9D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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