Html Css Color HEX #6C856F Laurel

📋 copy color: '#6C856F'

red 108 ◦ green 133 ◦ blue 111

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

Shades of Laurel #6C856F

Tints of Laurel #6C856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.78%

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 30.68%
G = 37.78%
B = 31.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#6C856F (or 0x6C856F) is known color: Laurel. HEX triplet: 6C, 85 and 6F. RGB value is (108,133,111). Sum of RGB (Red+Green+Blue) = 108+133+111=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #6C856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C856F is #937A90. Grayscale: #7B7B7B. Windows color (decimal): -9665169 or 7308652. OLE color: 7308652.

HSL color Cylindrical-coordinate representation of color #6C856F: hue angle of 127.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C856F is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 111 -
CMYK 0.19 0 0.17 0.48
HSL 127.2º 0.1% 0.47% -
HSV(B) 127.2º 0.19% 0.52% -
XYZ 17.44 21.11 18.19 -
YUV 123.02 121.22 117.29 -
System Red Green Blue C M Y K H S L
Decimal 108 133 111 0.19 0 0.17 0.48 127.2 0.1 0.47
Hex 6C 85 6F 13 0 11 30 7F A 2F
Octal 154 205 157 23 0 21 60 177 12 57
Binary 1101100 10000101 1101111 10011 0 10001 110000 1111111 1010 101111

Color Harmonies of #6C856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C856F

Black with #6C856F

Text Example


Text Example

White with #6C856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,111); }

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

background-color css

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

 a { background-color: rgb(108,133,111); }

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

border-color css

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

 span { border-color: rgb(108,133,111); }

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