Html Css Color HEX #68836B Laurel

📋 copy color: '#68836B'

red 104 ◦ green 131 ◦ blue 107

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

Shades of Laurel #68836B

Tints of Laurel #68836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.29%

R = 30.41%
G = 38.3%
B = 31.29%

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

#68836B (or 0x68836B) is known color: Laurel. HEX triplet: 68, 83 and 6B. RGB value is (104,131,107). Sum of RGB (Red+Green+Blue) = 104+131+107=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #68836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836B is #977C94. Grayscale: #787878. Windows color (decimal): -9927829 or 7045992. OLE color: 7045992.

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

Color convert

RGB 104 131 107 -
CMYK 0.21 0 0.18 0.49
HSL 126.67º 0.11% 0.46% -
HSV(B) 126.67º 0.21% 0.51% -
XYZ 16.48 20.24 16.95 -
YUV 120.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 104 131 107 0.21 0 0.18 0.49 126.67 0.11 0.46
Hex 68 83 6B 15 0 12 31 7F B 2E
Octal 150 203 153 25 0 22 61 177 13 56
Binary 1101000 10000011 1101011 10101 0 10010 110001 1111111 1011 101110

Color Harmonies of #68836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68836B

Black with #68836B

Text Example


Text Example

White with #68836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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