Html Css Color HEX #6B786D Laurel

📋 copy color: '#6B786D'

red 107 ◦ green 120 ◦ blue 109

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

Shades of Laurel #6B786D

Tints of Laurel #6B786D

RGB

 RED value IS 107 (42.19% from 255) = 31.85%

 GREEN value IS 120 (47.27% from 255) = 35.71%

 BLUE value IS 109 (42.97% from 255) = 32.44%

R = 31.85%
G = 35.71%
B = 32.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#6B786D (or 0x6B786D) is known color: Laurel. HEX triplet: 6B, 78 and 6D. RGB value is (107,120,109). Sum of RGB (Red+Green+Blue) = 107+120+109=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 120 - color contains mainly: green. Hex color #6B786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B786D is #948792. Grayscale: #727272. Windows color (decimal): -9734035 or 7174251. OLE color: 7174251.

HSL color Cylindrical-coordinate representation of color #6B786D: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6B786D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 120 109 -
CMYK 0.11 0 0.09 0.53
HSL 129.23º 0.06% 0.45% -
HSV(B) 129.23º 0.11% 0.47% -
XYZ 15.54 17.66 17.06 -
YUV 114.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 107 120 109 0.11 0 0.09 0.53 129.23 0.06 0.45
Hex 6B 78 6D B 0 9 35 81 6 2D
Octal 153 170 155 13 0 11 65 201 6 55
Binary 1101011 1111000 1101101 1011 0 1001 110101 10000001 110 101101

Color Harmonies of #6B786D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B786D

Black with #6B786D

Text Example


Text Example

White with #6B786D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,120,109); }

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

background-color css

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

 a { background-color: rgb(107,120,109); }

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

border-color css

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

 span { border-color: rgb(107,120,109); }

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