Html Css Color HEX #687969 Laurel

📋 copy color: '#687969'

red 104 ◦ green 121 ◦ blue 105

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

Shades of Laurel #687969

Tints of Laurel #687969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 31.52%
G = 36.67%
B = 31.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#687969 (or 0x687969) is known color: Laurel. HEX triplet: 68, 79 and 69. RGB value is (104,121,105). Sum of RGB (Red+Green+Blue) = 104+121+105=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #687969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687969 is #978696. Grayscale: #727272. Windows color (decimal): -9930391 or 6912360. OLE color: 6912360.

HSL color Cylindrical-coordinate representation of color #687969: hue angle of 123.53º 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 #687969 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 121 105 -
CMYK 0.14 0 0.13 0.53
HSL 123.53º 0.08% 0.44% -
HSV(B) 123.53º 0.14% 0.47% -
XYZ 15.1 17.64 15.97 -
YUV 114.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 104 121 105 0.14 0 0.13 0.53 123.53 0.08 0.44
Hex 68 79 69 E 0 D 35 7C 8 2C
Octal 150 171 151 16 0 15 65 174 10 54
Binary 1101000 1111001 1101001 1110 0 1101 110101 1111100 1000 101100

Color Harmonies of #687969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687969

Black with #687969

Text Example


Text Example

White with #687969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687969; }

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

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

background-color css

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

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

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

border-color css

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

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

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