Html Css Color HEX #6E866F Laurel

📋 copy color: '#6E866F'

red 110 ◦ green 134 ◦ blue 111

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

Shades of Laurel #6E866F

Tints of Laurel #6E866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 30.99%
G = 37.75%
B = 31.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#6E866F (or 0x6E866F) is known color: Laurel. HEX triplet: 6E, 86 and 6F. RGB value is (110,134,111). Sum of RGB (Red+Green+Blue) = 110+134+111=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #6E866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E866F is #917990. Grayscale: #7C7C7C. Windows color (decimal): -9533841 or 7308910. OLE color: 7308910.

HSL color Cylindrical-coordinate representation of color #6E866F: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E866F is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 134 111 -
CMYK 0.18 0 0.17 0.47
HSL 122.5º 0.1% 0.48% -
HSV(B) 122.5º 0.18% 0.53% -
XYZ 17.82 21.51 18.25 -
YUV 124.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 110 134 111 0.18 0 0.17 0.47 122.5 0.1 0.48
Hex 6E 86 6F 12 0 11 2F 7B A 30
Octal 156 206 157 22 0 21 57 173 12 60
Binary 1101110 10000110 1101111 10010 0 10001 101111 1111011 1010 110000

Color Harmonies of #6E866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E866F

Black with #6E866F

Text Example


Text Example

White with #6E866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,111); }

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

background-color css

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

 a { background-color: rgb(110,134,111); }

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

border-color css

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

 span { border-color: rgb(110,134,111); }

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