Html Css Color HEX #6E856F Laurel

📋 copy color: '#6E856F'

red 110 ◦ green 133 ◦ blue 111

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

Shades of Laurel #6E856F

Tints of Laurel #6E856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 31.07%
G = 37.57%
B = 31.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6E856F (or 0x6E856F) is known color: Laurel. HEX triplet: 6E, 85 and 6F. RGB value is (110,133,111). Sum of RGB (Red+Green+Blue) = 110+133+111=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #6E856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E856F is #917A90. Grayscale: #7B7B7B. Windows color (decimal): -9534097 or 7308654. OLE color: 7308654.

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

Color convert

RGB 110 133 111 -
CMYK 0.17 0 0.17 0.48
HSL 122.61º 0.09% 0.48% -
HSV(B) 122.61º 0.17% 0.52% -
XYZ 17.69 21.24 18.21 -
YUV 123.62 120.88 118.29 -
System Red Green Blue C M Y K H S L
Decimal 110 133 111 0.17 0 0.17 0.48 122.61 0.09 0.48
Hex 6E 85 6F 11 0 11 30 7B 9 30
Octal 156 205 157 21 0 21 60 173 11 60
Binary 1101110 10000101 1101111 10001 0 10001 110000 1111011 1001 110000

Color Harmonies of #6E856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E856F

Black with #6E856F

Text Example


Text Example

White with #6E856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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