Html Css Color HEX #6C8170 Laurel

📋 copy color: '#6C8170'

red 108 ◦ green 129 ◦ blue 112

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

Shades of Laurel #6C8170

Tints of Laurel #6C8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.96%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 30.95%
G = 36.96%
B = 32.09%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#6C8170 (or 0x6C8170) is known color: Laurel. HEX triplet: 6C, 81 and 70. RGB value is (108,129,112). Sum of RGB (Red+Green+Blue) = 108+129+112=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8170 is #937E8F. Grayscale: #787878. Windows color (decimal): -9666192 or 7373164. OLE color: 7373164.

HSL color Cylindrical-coordinate representation of color #6C8170: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C8170 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 129 112 -
CMYK 0.16 0 0.13 0.49
HSL 131.43º 0.09% 0.46% -
HSV(B) 131.43º 0.16% 0.51% -
XYZ 16.96 20.06 18.31 -
YUV 120.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 108 129 112 0.16 0 0.13 0.49 131.43 0.09 0.46
Hex 6C 81 70 10 0 D 31 83 9 2E
Octal 154 201 160 20 0 15 61 203 11 56
Binary 1101100 10000001 1110000 10000 0 1101 110001 10000011 1001 101110

Color Harmonies of #6C8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8170

Black with #6C8170

Text Example


Text Example

White with #6C8170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,129,112); }

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

background-color css

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

 a { background-color: rgb(108,129,112); }

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

border-color css

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

 span { border-color: rgb(108,129,112); }

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