Html Css Color HEX #68796A Laurel

📋 copy color: '#68796A'

red 104 ◦ green 121 ◦ blue 106

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

Shades of Laurel #68796A

Tints of Laurel #68796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

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

R = 31.42%
G = 36.56%
B = 32.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#68796A (or 0x68796A) is known color: Laurel. HEX triplet: 68, 79 and 6A. RGB value is (104,121,106). Sum of RGB (Red+Green+Blue) = 104+121+106=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 121 - color contains mainly: green. Hex color #68796A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68796A is #978695. Grayscale: #727272. Windows color (decimal): -9930390 or 6977896. OLE color: 6977896.

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

Color convert

RGB 104 121 106 -
CMYK 0.14 0 0.12 0.53
HSL 127.06º 0.08% 0.44% -
HSV(B) 127.06º 0.14% 0.47% -
XYZ 15.15 17.66 16.25 -
YUV 114.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 104 121 106 0.14 0 0.12 0.53 127.06 0.08 0.44
Hex 68 79 6A E 0 C 35 7F 8 2C
Octal 150 171 152 16 0 14 65 177 10 54
Binary 1101000 1111001 1101010 1110 0 1100 110101 1111111 1000 101100

Color Harmonies of #68796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68796A

Black with #68796A

Text Example


Text Example

White with #68796A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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