Html Css Color HEX #687968 Laurel

📋 copy color: '#687968'

red 104 ◦ green 121 ◦ blue 104

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

Shades of Laurel #687968

Tints of Laurel #687968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 31.61%
G = 36.78%
B = 31.61%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#687968 (or 0x687968) is known color: Laurel. HEX triplet: 68, 79 and 68. RGB value is (104,121,104). Sum of RGB (Red+Green+Blue) = 104+121+104=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 121 - color contains mainly: green. Hex color #687968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687968 is #978697. Grayscale: #727272. Windows color (decimal): -9930392 or 6846824. OLE color: 6846824.

HSL color Cylindrical-coordinate representation of color #687968: hue angle of 120º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687968 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 104 -
CMYK 0.14 0 0.14 0.53
HSL 120º 0.08% 0.44% -
HSV(B) 120º 0.14% 0.47% -
XYZ 15.04 17.62 15.7 -
YUV 113.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 104 121 104 0.14 0 0.14 0.53 120 0.08 0.44
Hex 68 79 68 E 0 E 35 78 8 2C
Octal 150 171 150 16 0 16 65 170 10 54
Binary 1101000 1111001 1101000 1110 0 1110 110101 1111000 1000 101100

Color Harmonies of #687968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687968

Black with #687968

Text Example


Text Example

White with #687968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687968; }

 p { color: rgb(104,121,104); }

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

background-color css

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

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

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

border-color css

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

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

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