Html Css Color HEX #68866B Laurel

📋 copy color: '#68866B'

red 104 ◦ green 134 ◦ blue 107

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

Shades of Laurel #68866B

Tints of Laurel #68866B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

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

R = 30.14%
G = 38.84%
B = 31.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#68866B (or 0x68866B) is known color: Laurel. HEX triplet: 68, 86 and 6B. RGB value is (104,134,107). Sum of RGB (Red+Green+Blue) = 104+134+107=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #68866B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866B is #977994. Grayscale: #7A7A7A. Windows color (decimal): -9927061 or 7046760. OLE color: 7046760.

HSL color Cylindrical-coordinate representation of color #68866B: hue angle of 126º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68866B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 107 -
CMYK 0.22 0 0.20 0.47
HSL 126º 0.13% 0.47% -
HSV(B) 126º 0.22% 0.53% -
XYZ 16.89 21.05 17.08 -
YUV 121.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 104 134 107 0.22 0 0.20 0.47 126 0.13 0.47
Hex 68 86 6B 16 0 14 2F 7E D 2F
Octal 150 206 153 26 0 24 57 176 15 57
Binary 1101000 10000110 1101011 10110 0 10100 101111 1111110 1101 101111

Color Harmonies of #68866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68866B

Black with #68866B

Text Example


Text Example

White with #68866B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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