Html Css Color HEX #68876E Laurel

📋 copy color: '#68876E'

red 104 ◦ green 135 ◦ blue 110

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

Shades of Laurel #68876E

Tints of Laurel #68876E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.68%

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

R = 29.8%
G = 38.68%
B = 31.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#68876E (or 0x68876E) is known color: Laurel. HEX triplet: 68, 87 and 6E. RGB value is (104,135,110). Sum of RGB (Red+Green+Blue) = 104+135+110=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #68876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876E is #977891. Grayscale: #7A7A7A. Windows color (decimal): -9926802 or 7243624. OLE color: 7243624.

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

Color convert

RGB 104 135 110 -
CMYK 0.23 0 0.19 0.47
HSL 131.61º 0.13% 0.47% -
HSV(B) 131.61º 0.23% 0.53% -
XYZ 17.19 21.4 17.98 -
YUV 122.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 104 135 110 0.23 0 0.19 0.47 131.61 0.13 0.47
Hex 68 87 6E 17 0 13 2F 84 D 2F
Octal 150 207 156 27 0 23 57 204 15 57
Binary 1101000 10000111 1101110 10111 0 10011 101111 10000100 1101 101111

Color Harmonies of #68876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68876E

Black with #68876E

Text Example


Text Example

White with #68876E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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