Html Css Color HEX #6E8D75 Laurel

📋 copy color: '#6E8D75'

red 110 ◦ green 141 ◦ blue 117

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

Shades of Laurel #6E8D75

Tints of Laurel #6E8D75

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.32%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 29.89%
G = 38.32%
B = 31.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#6E8D75 (or 0x6E8D75) is known color: Laurel. HEX triplet: 6E, 8D and 75. RGB value is (110,141,117). Sum of RGB (Red+Green+Blue) = 110+141+117=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8D75 is #91728A. Grayscale: #818181. Windows color (decimal): -9532043 or 7703918. OLE color: 7703918.

HSL color Cylindrical-coordinate representation of color #6E8D75: hue angle of 133.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E8D75 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 141 117 -
CMYK 0.22 0 0.17 0.45
HSL 133.55º 0.12% 0.49% -
HSV(B) 133.55º 0.22% 0.55% -
XYZ 19.17 23.65 20.38 -
YUV 129 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 110 141 117 0.22 0 0.17 0.45 133.55 0.12 0.49
Hex 6E 8D 75 16 0 11 2D 86 C 31
Octal 156 215 165 26 0 21 55 206 14 61
Binary 1101110 10001101 1110101 10110 0 10001 101101 10000110 1100 110001

Color Harmonies of #6E8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D75

Black with #6E8D75

Text Example


Text Example

White with #6E8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,117); }

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

background-color css

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

 a { background-color: rgb(110,141,117); }

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

border-color css

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

 span { border-color: rgb(110,141,117); }

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