Html Css Color HEX #688B70 Laurel

📋 copy color: '#688B70'

red 104 ◦ green 139 ◦ blue 112

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

Shades of Laurel #688B70

Tints of Laurel #688B70

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

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

R = 29.3%
G = 39.15%
B = 31.55%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#688B70 (or 0x688B70) is known color: Laurel. HEX triplet: 68, 8B and 70. RGB value is (104,139,112). Sum of RGB (Red+Green+Blue) = 104+139+112=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #688B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B70 is #97748F. Grayscale: #7D7D7D. Windows color (decimal): -9925776 or 7375720. OLE color: 7375720.

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

Color convert

RGB 104 139 112 -
CMYK 0.25 0 0.19 0.45
HSL 133.71º 0.14% 0.48% -
HSV(B) 133.71º 0.25% 0.55% -
XYZ 17.87 22.58 18.75 -
YUV 125.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 104 139 112 0.25 0 0.19 0.45 133.71 0.14 0.48
Hex 68 8B 70 19 0 13 2D 86 E 30
Octal 150 213 160 31 0 23 55 206 16 60
Binary 1101000 10001011 1110000 11001 0 10011 101101 10000110 1110 110000

Color Harmonies of #688B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B70

Black with #688B70

Text Example


Text Example

White with #688B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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