Html Css Color HEX #6A786B Laurel

📋 copy color: '#6A786B'

red 106 ◦ green 120 ◦ blue 107

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

Shades of Laurel #6A786B

Tints of Laurel #6A786B

RGB

 RED value IS 106 (41.8% from 255) = 31.83%

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

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

R = 31.83%
G = 36.04%
B = 32.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#6A786B (or 0x6A786B) is known color: Laurel. HEX triplet: 6A, 78 and 6B. RGB value is (106,120,107). Sum of RGB (Red+Green+Blue) = 106+120+107=333 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.83% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 120 - color contains mainly: green. Hex color #6A786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A786B is #958794. Grayscale: #727272. Windows color (decimal): -9799573 or 7043178. OLE color: 7043178.

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

Color convert

RGB 106 120 107 -
CMYK 0.12 0 0.11 0.53
HSL 124.29º 0.06% 0.44% -
HSV(B) 124.29º 0.12% 0.47% -
XYZ 15.31 17.56 16.49 -
YUV 114.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 106 120 107 0.12 0 0.11 0.53 124.29 0.06 0.44
Hex 6A 78 6B C 0 B 35 7C 6 2C
Octal 152 170 153 14 0 13 65 174 6 54
Binary 1101010 1111000 1101011 1100 0 1011 110101 1111100 110 101100

Color Harmonies of #6A786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A786B

Black with #6A786B

Text Example


Text Example

White with #6A786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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