Html Css Color HEX #687469 Laurel

📋 copy color: '#687469'

red 104 ◦ green 116 ◦ blue 105

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

Shades of Laurel #687469

Tints of Laurel #687469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.69%

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

R = 32%
G = 35.69%
B = 32.31%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#687469 (or 0x687469) is known color: Laurel. HEX triplet: 68, 74 and 69. RGB value is (104,116,105). Sum of RGB (Red+Green+Blue) = 104+116+105=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #687469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687469 is #978B96. Grayscale: #6F6F6F. Windows color (decimal): -9931671 or 6911080. OLE color: 6911080.

HSL color Cylindrical-coordinate representation of color #687469: hue angle of 125º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #687469 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 105 -
CMYK 0.10 0 0.09 0.55
HSL 125º 0.05% 0.43% -
HSV(B) 125º 0.1% 0.45% -
XYZ 14.5 16.45 15.78 -
YUV 111.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 104 116 105 0.10 0 0.09 0.55 125 0.05 0.43
Hex 68 74 69 A 0 9 37 7D 5 2B
Octal 150 164 151 12 0 11 67 175 5 53
Binary 1101000 1110100 1101001 1010 0 1001 110111 1111101 101 101011

Color Harmonies of #687469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687469

Black with #687469

Text Example


Text Example

White with #687469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687469; }

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

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

background-color css

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

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

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

border-color css

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

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

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