Html Css Color HEX #6C8E74 Laurel

📋 copy color: '#6C8E74'

red 108 ◦ green 142 ◦ blue 116

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

Shades of Laurel #6C8E74

Tints of Laurel #6C8E74

RGB

 RED value IS 108 (42.58% from 255) = 29.51%

 GREEN value IS 142 (55.86% from 255) = 38.8%

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

R = 29.51%
G = 38.8%
B = 31.69%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#6C8E74 (or 0x6C8E74) is known color: Laurel. HEX triplet: 6C, 8E and 74. RGB value is (108,142,116). Sum of RGB (Red+Green+Blue) = 108+142+116=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E74 is #93718B. Grayscale: #808080. Windows color (decimal): -9662860 or 7638636. OLE color: 7638636.

HSL color Cylindrical-coordinate representation of color #6C8E74: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8E74 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 108 142 116 -
CMYK 0.24 0 0.18 0.44
HSL 134.12º 0.14% 0.49% -
HSV(B) 134.12º 0.24% 0.56% -
XYZ 19.01 23.8 20.11 -
YUV 128.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 108 142 116 0.24 0 0.18 0.44 134.12 0.14 0.49
Hex 6C 8E 74 18 0 12 2C 86 E 31
Octal 154 216 164 30 0 22 54 206 16 61
Binary 1101100 10001110 1110100 11000 0 10010 101100 10000110 1110 110001

Color Harmonies of #6C8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8E74

Black with #6C8E74

Text Example


Text Example

White with #6C8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,142,116); }

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

background-color css

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

 a { background-color: rgb(108,142,116); }

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

border-color css

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

 span { border-color: rgb(108,142,116); }

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