Html Css Color HEX #68836C Laurel

📋 copy color: '#68836C'

red 104 ◦ green 131 ◦ blue 108

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

Shades of Laurel #68836C

Tints of Laurel #68836C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 30.32%
G = 38.19%
B = 31.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#68836C (or 0x68836C) is known color: Laurel. HEX triplet: 68, 83 and 6C. RGB value is (104,131,108). Sum of RGB (Red+Green+Blue) = 104+131+108=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #68836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836C is #977C93. Grayscale: #787878. Windows color (decimal): -9927828 or 7111528. OLE color: 7111528.

HSL color Cylindrical-coordinate representation of color #68836C: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68836C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 108 -
CMYK 0.21 0 0.18 0.49
HSL 128.89º 0.11% 0.46% -
HSV(B) 128.89º 0.21% 0.51% -
XYZ 16.53 20.26 17.23 -
YUV 120.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 104 131 108 0.21 0 0.18 0.49 128.89 0.11 0.46
Hex 68 83 6C 15 0 12 31 81 B 2E
Octal 150 203 154 25 0 22 61 201 13 56
Binary 1101000 10000011 1101100 10101 0 10010 110001 10000001 1011 101110

Color Harmonies of #68836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68836C

Black with #68836C

Text Example


Text Example

White with #68836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68836C; }

 p { color: rgb(104,131,108); }

 H1.HeaderClassName
 {
   color: #68836C;
 }
 .AnyTagClassName
 {
   color: #68836C;
 }
</style>

background-color css

<style>
 a { background-color: #68836C; }

 a { background-color: rgb(104,131,108); }

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

border-color css

<style>
 span { border-color: #68836C; }

 span { border-color: rgb(104,131,108); }

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