Html Css Color HEX #68986E Laurel

📋 copy color: '#68986E'

red 104 ◦ green 152 ◦ blue 110

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

Shades of Laurel #68986E

Tints of Laurel #68986E

RGB

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

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

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

R = 28.42%
G = 41.53%
B = 30.05%

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

#68986E (or 0x68986E) is known color: Laurel. HEX triplet: 68, 98 and 6E. RGB value is (104,152,110). Sum of RGB (Red+Green+Blue) = 104+152+110=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #68986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986E is #976791. Grayscale: #848484. Windows color (decimal): -9922450 or 7247976. OLE color: 7247976.

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

Color convert

RGB 104 152 110 -
CMYK 0.32 0 0.28 0.40
HSL 127.5º 0.19% 0.5% -
HSV(B) 127.5º 0.32% 0.6% -
XYZ 19.75 26.53 18.83 -
YUV 132.86 115.1 107.42 -
System Red Green Blue C M Y K H S L
Decimal 104 152 110 0.32 0 0.28 0.40 127.5 0.19 0.5
Hex 68 98 6E 20 0 1C 28 80 13 32
Octal 150 230 156 40 0 34 50 200 23 62
Binary 1101000 10011000 1101110 100000 0 11100 101000 10000000 10011 110010

Color Harmonies of #68986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68986E

Black with #68986E

Text Example


Text Example

White with #68986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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