Html Css Color HEX #68836F Laurel

📋 copy color: '#68836F'

red 104 ◦ green 131 ◦ blue 111

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

Shades of Laurel #68836F

Tints of Laurel #68836F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 30.06%
G = 37.86%
B = 32.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#68836F (or 0x68836F) is known color: Laurel. HEX triplet: 68, 83 and 6F. RGB value is (104,131,111). Sum of RGB (Red+Green+Blue) = 104+131+111=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #68836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836F is #977C90. Grayscale: #787878. Windows color (decimal): -9927825 or 7308136. OLE color: 7308136.

HSL color Cylindrical-coordinate representation of color #68836F: hue angle of 135.56º 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 #68836F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 111 -
CMYK 0.21 0 0.15 0.49
HSL 135.56º 0.11% 0.46% -
HSV(B) 135.56º 0.21% 0.51% -
XYZ 16.69 20.32 18.08 -
YUV 120.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 104 131 111 0.21 0 0.15 0.49 135.56 0.11 0.46
Hex 68 83 6F 15 0 F 31 88 B 2E
Octal 150 203 157 25 0 17 61 210 13 56
Binary 1101000 10000011 1101111 10101 0 1111 110001 10001000 1011 101110

Color Harmonies of #68836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68836F

Black with #68836F

Text Example


Text Example

White with #68836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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