Html Css Color HEX #68806C Laurel

📋 copy color: '#68806C'

red 104 ◦ green 128 ◦ blue 108

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

Shades of Laurel #68806C

Tints of Laurel #68806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 108 (42.58% from 255) = 31.76%

R = 30.59%
G = 37.65%
B = 31.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#68806C (or 0x68806C) is known color: Laurel. HEX triplet: 68, 80 and 6C. RGB value is (104,128,108). Sum of RGB (Red+Green+Blue) = 104+128+108=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #68806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68806C is #977F93. Grayscale: #767676. Windows color (decimal): -9928596 or 7110760. OLE color: 7110760.

HSL color Cylindrical-coordinate representation of color #68806C: hue angle of 130º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68806C is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 108 -
CMYK 0.19 0 0.16 0.50
HSL 130º 0.1% 0.45% -
HSV(B) 130º 0.19% 0.5% -
XYZ 16.13 19.46 17.09 -
YUV 118.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 104 128 108 0.19 0 0.16 0.50 130 0.1 0.45
Hex 68 80 6C 13 0 10 32 82 A 2D
Octal 150 200 154 23 0 20 62 202 12 55
Binary 1101000 10000000 1101100 10011 0 10000 110010 10000010 1010 101101

Color Harmonies of #68806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68806C

Black with #68806C

Text Example


Text Example

White with #68806C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68806C; }

 p { color: rgb(104,128,108); }

 H1.HeaderClassName
 {
   color: #68806C;
 }
 .AnyTagClassName
 {
   color: #68806C;
 }
</style>

background-color css

<style>
 a { background-color: #68806C; }

 a { background-color: rgb(104,128,108); }

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

border-color css

<style>
 span { border-color: #68806C; }

 span { border-color: rgb(104,128,108); }

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