Html Css Color HEX #68996D Laurel

📋 copy color: '#68996D'

red 104 ◦ green 153 ◦ blue 109

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

Shades of Laurel #68996D

Tints of Laurel #68996D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

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

R = 28.42%
G = 41.8%
B = 29.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#68996D (or 0x68996D) is known color: Laurel. HEX triplet: 68, 99 and 6D. RGB value is (104,153,109). Sum of RGB (Red+Green+Blue) = 104+153+109=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #68996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68996D is #976692. Grayscale: #858585. Windows color (decimal): -9922195 or 7182696. OLE color: 7182696.

HSL color Cylindrical-coordinate representation of color #68996D: hue angle of 126.12º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68996D is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 109 -
CMYK 0.32 0 0.29 0.4
HSL 126.12º 0.19% 0.5% -
HSV(B) 126.12º 0.32% 0.6% -
XYZ 19.86 26.83 18.6 -
YUV 133.33 114.27 107.08 -
System Red Green Blue C M Y K H S L
Decimal 104 153 109 0.32 0 0.29 0.4 126.12 0.19 0.5
Hex 68 99 6D 20 0 1D 28 7E 13 32
Octal 150 231 155 40 0 35 50 176 23 62
Binary 1101000 10011001 1101101 100000 0 11101 101000 1111110 10011 110010

Color Harmonies of #68996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68996D

Black with #68996D

Text Example


Text Example

White with #68996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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