Html Css Color HEX #68806B Laurel

📋 copy color: '#68806B'

red 104 ◦ green 128 ◦ blue 107

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

Shades of Laurel #68806B

Tints of Laurel #68806B

RGB

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

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

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

R = 30.68%
G = 37.76%
B = 31.56%

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

#68806B (or 0x68806B) is known color: Laurel. HEX triplet: 68, 80 and 6B. RGB value is (104,128,107). Sum of RGB (Red+Green+Blue) = 104+128+107=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #68806B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68806B is #977F94. Grayscale: #767676. Windows color (decimal): -9928597 or 7045224. OLE color: 7045224.

HSL color Cylindrical-coordinate representation of color #68806B: hue angle of 127.5º 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 #68806B is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 107 -
CMYK 0.19 0 0.16 0.50
HSL 127.5º 0.1% 0.45% -
HSV(B) 127.5º 0.19% 0.5% -
XYZ 16.08 19.44 16.82 -
YUV 118.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 104 128 107 0.19 0 0.16 0.50 127.5 0.1 0.45
Hex 68 80 6B 13 0 10 32 80 A 2D
Octal 150 200 153 23 0 20 62 200 12 55
Binary 1101000 10000000 1101011 10011 0 10000 110010 10000000 1010 101101

Color Harmonies of #68806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68806B

Black with #68806B

Text Example


Text Example

White with #68806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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