Html Css Color HEX #688C69 Laurel

📋 copy color: '#688C69'

red 104 ◦ green 140 ◦ blue 105

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

Shades of Laurel #688C69

Tints of Laurel #688C69

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.11%

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

R = 29.8%
G = 40.11%
B = 30.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#688C69 (or 0x688C69) is known color: Laurel. HEX triplet: 68, 8C and 69. RGB value is (104,140,105). Sum of RGB (Red+Green+Blue) = 104+140+105=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #688C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C69 is #977396. Grayscale: #7D7D7D. Windows color (decimal): -9925527 or 6917224. OLE color: 6917224.

HSL color Cylindrical-coordinate representation of color #688C69: hue angle of 121.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C69 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 140 105 -
CMYK 0.26 0 0.25 0.45
HSL 121.67º 0.15% 0.48% -
HSV(B) 121.67º 0.26% 0.55% -
XYZ 17.64 22.72 16.82 -
YUV 125.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 104 140 105 0.26 0 0.25 0.45 121.67 0.15 0.48
Hex 68 8C 69 1A 0 19 2D 7A F 30
Octal 150 214 151 32 0 31 55 172 17 60
Binary 1101000 10001100 1101001 11010 0 11001 101101 1111010 1111 110000

Color Harmonies of #688C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688C69

Black with #688C69

Text Example


Text Example

White with #688C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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