Html Css Color HEX #68776A Laurel

📋 copy color: '#68776A'

red 104 ◦ green 119 ◦ blue 106

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

Shades of Laurel #68776A

Tints of Laurel #68776A

RGB

 RED value IS 104 (41.02% from 255) = 31.61%

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 31.61%
G = 36.17%
B = 32.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#68776A (or 0x68776A) is known color: Laurel. HEX triplet: 68, 77 and 6A. RGB value is (104,119,106). Sum of RGB (Red+Green+Blue) = 104+119+106=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #68776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68776A is #978895. Grayscale: #717171. Windows color (decimal): -9930902 or 6977384. OLE color: 6977384.

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

Color convert

RGB 104 119 106 -
CMYK 0.13 0 0.11 0.53
HSL 128º 0.07% 0.44% -
HSV(B) 128º 0.13% 0.47% -
XYZ 14.91 17.18 16.17 -
YUV 113.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 104 119 106 0.13 0 0.11 0.53 128 0.07 0.44
Hex 68 77 6A D 0 B 35 80 7 2C
Octal 150 167 152 15 0 13 65 200 7 54
Binary 1101000 1110111 1101010 1101 0 1011 110101 10000000 111 101100

Color Harmonies of #68776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68776A

Black with #68776A

Text Example


Text Example

White with #68776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68776A; }

 p { color: rgb(104,119,106); }

 H1.HeaderClassName
 {
   color: #68776A;
 }
 .AnyTagClassName
 {
   color: #68776A;
 }
</style>

background-color css

<style>
 a { background-color: #68776A; }

 a { background-color: rgb(104,119,106); }

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

border-color css

<style>
 span { border-color: #68776A; }

 span { border-color: rgb(104,119,106); }

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