Html Css Color HEX #689E6C Laurel

📋 copy color: '#689E6C'

red 104 ◦ green 158 ◦ blue 108

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

Shades of Laurel #689E6C

Tints of Laurel #689E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.7%

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 28.11%
G = 42.7%
B = 29.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#689E6C (or 0x689E6C) is known color: Laurel. HEX triplet: 68, 9E and 6C. RGB value is (104,158,108). Sum of RGB (Red+Green+Blue) = 104+158+108=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #689E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689E6C is #976193. Grayscale: #888888. Windows color (decimal): -9920916 or 7118440. OLE color: 7118440.

HSL color Cylindrical-coordinate representation of color #689E6C: hue angle of 124.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E6C is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 158 108 -
CMYK 0.34 0 0.32 0.38
HSL 124.44º 0.22% 0.51% -
HSV(B) 124.44º 0.34% 0.62% -
XYZ 20.64 28.48 18.6 -
YUV 136.15 112.11 105.07 -
System Red Green Blue C M Y K H S L
Decimal 104 158 108 0.34 0 0.32 0.38 124.44 0.22 0.51
Hex 68 9E 6C 22 0 20 26 7C 16 33
Octal 150 236 154 42 0 40 46 174 26 63
Binary 1101000 10011110 1101100 100010 0 100000 100110 1111100 10110 110011

Color Harmonies of #689E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E6C

Black with #689E6C

Text Example


Text Example

White with #689E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689E6C; }

 p { color: rgb(104,158,108); }

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

background-color css

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

 a { background-color: rgb(104,158,108); }

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

border-color css

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

 span { border-color: rgb(104,158,108); }

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