Html Css Color HEX #68866D Laurel

📋 copy color: '#68866D'

red 104 ◦ green 134 ◦ blue 109

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

Shades of Laurel #68866D

Tints of Laurel #68866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 29.97%
G = 38.62%
B = 31.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#68866D (or 0x68866D) is known color: Laurel. HEX triplet: 68, 86 and 6D. RGB value is (104,134,109). Sum of RGB (Red+Green+Blue) = 104+134+109=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #68866D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866D is #977992. Grayscale: #7A7A7A. Windows color (decimal): -9927059 or 7177832. OLE color: 7177832.

HSL color Cylindrical-coordinate representation of color #68866D: hue angle of 130º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68866D is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 109 -
CMYK 0.22 0 0.19 0.47
HSL 130º 0.13% 0.47% -
HSV(B) 130º 0.22% 0.53% -
XYZ 16.99 21.1 17.64 -
YUV 122.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 104 134 109 0.22 0 0.19 0.47 130 0.13 0.47
Hex 68 86 6D 16 0 13 2F 82 D 2F
Octal 150 206 155 26 0 23 57 202 15 57
Binary 1101000 10000110 1101101 10110 0 10011 101111 10000010 1101 101111

Color Harmonies of #68866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68866D

Black with #68866D

Text Example


Text Example

White with #68866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68866D; }

 p { color: rgb(104,134,109); }

 H1.HeaderClassName
 {
   color: #68866D;
 }
 .AnyTagClassName
 {
   color: #68866D;
 }
</style>

background-color css

<style>
 a { background-color: #68866D; }

 a { background-color: rgb(104,134,109); }

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

border-color css

<style>
 span { border-color: #68866D; }

 span { border-color: rgb(104,134,109); }

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