Html Css Color HEX #68986D Laurel

📋 copy color: '#68986D'

red 104 ◦ green 152 ◦ blue 109

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

Shades of Laurel #68986D

Tints of Laurel #68986D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 28.49%
G = 41.64%
B = 29.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#68986D (or 0x68986D) is known color: Laurel. HEX triplet: 68, 98 and 6D. RGB value is (104,152,109). Sum of RGB (Red+Green+Blue) = 104+152+109=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 152 - color contains mainly: green. Hex color #68986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986D is #976792. Grayscale: #848484. Windows color (decimal): -9922451 or 7182440. OLE color: 7182440.

HSL color Cylindrical-coordinate representation of color #68986D: hue angle of 126.25º 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 #68986D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 109 -
CMYK 0.32 0 0.28 0.40
HSL 126.25º 0.19% 0.5% -
HSV(B) 126.25º 0.32% 0.6% -
XYZ 19.7 26.5 18.55 -
YUV 132.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 104 152 109 0.32 0 0.28 0.40 126.25 0.19 0.5
Hex 68 98 6D 20 0 1C 28 7E 13 32
Octal 150 230 155 40 0 34 50 176 23 62
Binary 1101000 10011000 1101101 100000 0 11100 101000 1111110 10011 110010

Color Harmonies of #68986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68986D

Black with #68986D

Text Example


Text Example

White with #68986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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