Html Css Color HEX #68886E Laurel

📋 copy color: '#68886E'

red 104 ◦ green 136 ◦ blue 110

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

Shades of Laurel #68886E

Tints of Laurel #68886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.86%

 BLUE value IS 110 (43.36% from 255) = 31.43%

R = 29.71%
G = 38.86%
B = 31.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#68886E (or 0x68886E) is known color: Laurel. HEX triplet: 68, 88 and 6E. RGB value is (104,136,110). Sum of RGB (Red+Green+Blue) = 104+136+110=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #68886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68886E is #977791. Grayscale: #7B7B7B. Windows color (decimal): -9926546 or 7243880. OLE color: 7243880.

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

Color convert

RGB 104 136 110 -
CMYK 0.24 0 0.19 0.47
HSL 131.25º 0.13% 0.47% -
HSV(B) 131.25º 0.24% 0.53% -
XYZ 17.33 21.68 18.02 -
YUV 123.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 104 136 110 0.24 0 0.19 0.47 131.25 0.13 0.47
Hex 68 88 6E 18 0 13 2F 83 D 2F
Octal 150 210 156 30 0 23 57 203 15 57
Binary 1101000 10001000 1101110 11000 0 10011 101111 10000011 1101 101111

Color Harmonies of #68886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68886E

Black with #68886E

Text Example


Text Example

White with #68886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68886E; }

 p { color: rgb(104,136,110); }

 H1.HeaderClassName
 {
   color: #68886E;
 }
 .AnyTagClassName
 {
   color: #68886E;
 }
</style>

background-color css

<style>
 a { background-color: #68886E; }

 a { background-color: rgb(104,136,110); }

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

border-color css

<style>
 span { border-color: #68886E; }

 span { border-color: rgb(104,136,110); }

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