Html Css Color HEX #688A72 Laurel

📋 copy color: '#688A72'

red 104 ◦ green 138 ◦ blue 114

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

Shades of Laurel #688A72

Tints of Laurel #688A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 29.21%
G = 38.76%
B = 32.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#688A72 (or 0x688A72) is known color: Laurel. HEX triplet: 68, 8A and 72. RGB value is (104,138,114). Sum of RGB (Red+Green+Blue) = 104+138+114=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #688A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A72 is #97758D. Grayscale: #7D7D7D. Windows color (decimal): -9926030 or 7506536. OLE color: 7506536.

HSL color Cylindrical-coordinate representation of color #688A72: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A72 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 138 114 -
CMYK 0.25 0 0.17 0.46
HSL 137.65º 0.14% 0.47% -
HSV(B) 137.65º 0.25% 0.54% -
XYZ 17.83 22.33 19.29 -
YUV 125.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 104 138 114 0.25 0 0.17 0.46 137.65 0.14 0.47
Hex 68 8A 72 19 0 11 2E 8A E 2F
Octal 150 212 162 31 0 21 56 212 16 57
Binary 1101000 10001010 1110010 11001 0 10001 101110 10001010 1110 101111

Color Harmonies of #688A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688A72

Black with #688A72

Text Example


Text Example

White with #688A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,138,114); }

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

background-color css

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

 a { background-color: rgb(104,138,114); }

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

border-color css

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

 span { border-color: rgb(104,138,114); }

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