Html Css Color HEX #688570 Laurel

📋 copy color: '#688570'

red 104 ◦ green 133 ◦ blue 112

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

Shades of Laurel #688570

Tints of Laurel #688570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.11%

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 29.8%
G = 38.11%
B = 32.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#688570 (or 0x688570) is known color: Laurel. HEX triplet: 68, 85 and 70. RGB value is (104,133,112). Sum of RGB (Red+Green+Blue) = 104+133+112=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 133 (52.34% from 255 or 38.11% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 133 - color contains mainly: green. Hex color #688570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688570 is #977A8F. Grayscale: #797979. Windows color (decimal): -9927312 or 7374184. OLE color: 7374184.

HSL color Cylindrical-coordinate representation of color #688570: hue angle of 136.55º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688570 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 133 112 -
CMYK 0.22 0 0.16 0.48
HSL 136.55º 0.12% 0.46% -
HSV(B) 136.55º 0.22% 0.52% -
XYZ 17.02 20.89 18.46 -
YUV 121.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 104 133 112 0.22 0 0.16 0.48 136.55 0.12 0.46
Hex 68 85 70 16 0 10 30 89 C 2E
Octal 150 205 160 26 0 20 60 211 14 56
Binary 1101000 10000101 1110000 10110 0 10000 110000 10001001 1100 101110

Color Harmonies of #688570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688570

Black with #688570

Text Example


Text Example

White with #688570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688570; }

 p { color: rgb(104,133,112); }

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

background-color css

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

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

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

border-color css

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

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

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