Html Css Color HEX #6E8974 Laurel

📋 copy color: '#6E8974'

red 110 ◦ green 137 ◦ blue 116

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

Shades of Laurel #6E8974

Tints of Laurel #6E8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 30.3%
G = 37.74%
B = 31.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#6E8974 (or 0x6E8974) is known color: Laurel. HEX triplet: 6E, 89 and 74. RGB value is (110,137,116). Sum of RGB (Red+Green+Blue) = 110+137+116=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8974 is #91768B. Grayscale: #7E7E7E. Windows color (decimal): -9533068 or 7637358. OLE color: 7637358.

HSL color Cylindrical-coordinate representation of color #6E8974: hue angle of 133.33º 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 #6E8974 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 116 -
CMYK 0.20 0 0.15 0.46
HSL 133.33º 0.11% 0.48% -
HSV(B) 133.33º 0.2% 0.54% -
XYZ 18.53 22.47 19.88 -
YUV 126.53 122.05 116.21 -
System Red Green Blue C M Y K H S L
Decimal 110 137 116 0.20 0 0.15 0.46 133.33 0.11 0.48
Hex 6E 89 74 14 0 F 2E 85 B 30
Octal 156 211 164 24 0 17 56 205 13 60
Binary 1101110 10001001 1110100 10100 0 1111 101110 10000101 1011 110000

Color Harmonies of #6E8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8974

Black with #6E8974

Text Example


Text Example

White with #6E8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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