Html Css Color HEX #688369 Laurel

📋 copy color: '#688369'

red 104 ◦ green 131 ◦ blue 105

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

Shades of Laurel #688369

Tints of Laurel #688369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

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

R = 30.59%
G = 38.53%
B = 30.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#688369 (or 0x688369) is known color: Laurel. HEX triplet: 68, 83 and 69. RGB value is (104,131,105). Sum of RGB (Red+Green+Blue) = 104+131+105=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #688369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688369 is #977C96. Grayscale: #787878. Windows color (decimal): -9927831 or 6914920. OLE color: 6914920.

HSL color Cylindrical-coordinate representation of color #688369: hue angle of 122.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #688369 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 105 -
CMYK 0.21 0 0.20 0.49
HSL 122.22º 0.11% 0.46% -
HSV(B) 122.22º 0.21% 0.51% -
XYZ 16.38 20.2 16.4 -
YUV 119.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 104 131 105 0.21 0 0.20 0.49 122.22 0.11 0.46
Hex 68 83 69 15 0 14 31 7A B 2E
Octal 150 203 151 25 0 24 61 172 13 56
Binary 1101000 10000011 1101001 10101 0 10100 110001 1111010 1011 101110

Color Harmonies of #688369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688369

Black with #688369

Text Example


Text Example

White with #688369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688369; }

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

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

background-color css

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

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

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

border-color css

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

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

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