Html Css Color HEX #6C816B Laurel

📋 copy color: '#6C816B'

red 108 ◦ green 129 ◦ blue 107

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

Shades of Laurel #6C816B

Tints of Laurel #6C816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 31.4%
G = 37.5%
B = 31.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#6C816B (or 0x6C816B) is known color: Laurel. HEX triplet: 6C, 81 and 6B. RGB value is (108,129,107). Sum of RGB (Red+Green+Blue) = 108+129+107=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #6C816B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C816B is #937E94. Grayscale: #787878. Windows color (decimal): -9666197 or 7045484. OLE color: 7045484.

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

Color convert

RGB 108 129 107 -
CMYK 0.16 0 0.17 0.49
HSL 117.27º 0.09% 0.46% -
HSV(B) 117.27º 0.17% 0.51% -
XYZ 16.69 19.95 16.88 -
YUV 120.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 108 129 107 0.16 0 0.17 0.49 117.27 0.09 0.46
Hex 6C 81 6B 10 0 11 31 75 9 2E
Octal 154 201 153 20 0 21 61 165 11 56
Binary 1101100 10000001 1101011 10000 0 10001 110001 1110101 1001 101110

Color Harmonies of #6C816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C816B

Black with #6C816B

Text Example


Text Example

White with #6C816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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