Html Css Color HEX #68896D Laurel

📋 copy color: '#68896D'

red 104 ◦ green 137 ◦ blue 109

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

Shades of Laurel #68896D

Tints of Laurel #68896D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

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

R = 29.71%
G = 39.14%
B = 31.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#68896D (or 0x68896D) is known color: Laurel. HEX triplet: 68, 89 and 6D. RGB value is (104,137,109). Sum of RGB (Red+Green+Blue) = 104+137+109=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #68896D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68896D is #977692. Grayscale: #7C7C7C. Windows color (decimal): -9926291 or 7178600. OLE color: 7178600.

HSL color Cylindrical-coordinate representation of color #68896D: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68896D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 137 109 -
CMYK 0.24 0 0.20 0.46
HSL 129.09º 0.14% 0.47% -
HSV(B) 129.09º 0.24% 0.54% -
XYZ 17.41 21.94 17.78 -
YUV 123.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 104 137 109 0.24 0 0.20 0.46 129.09 0.14 0.47
Hex 68 89 6D 18 0 14 2E 81 E 2F
Octal 150 211 155 30 0 24 56 201 16 57
Binary 1101000 10001001 1101101 11000 0 10100 101110 10000001 1110 101111

Color Harmonies of #68896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68896D

Black with #68896D

Text Example


Text Example

White with #68896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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