Html Css Color HEX #689D6C Laurel

📋 copy color: '#689D6C'

red 104 ◦ green 157 ◦ blue 108

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

Shades of Laurel #689D6C

Tints of Laurel #689D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.55%

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

R = 28.18%
G = 42.55%
B = 29.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#689D6C (or 0x689D6C) is known color: Laurel. HEX triplet: 68, 9D and 6C. RGB value is (104,157,108). Sum of RGB (Red+Green+Blue) = 104+157+108=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #689D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D6C is #976293. Grayscale: #878787. Windows color (decimal): -9921172 or 7118184. OLE color: 7118184.

HSL color Cylindrical-coordinate representation of color #689D6C: hue angle of 124.53º degrees, saturation: 0.21, 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 #689D6C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 157 108 -
CMYK 0.34 0 0.31 0.38
HSL 124.53º 0.21% 0.51% -
HSV(B) 124.53º 0.34% 0.62% -
XYZ 20.47 28.14 18.54 -
YUV 135.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 104 157 108 0.34 0 0.31 0.38 124.53 0.21 0.51
Hex 68 9D 6C 22 0 1F 26 7D 15 33
Octal 150 235 154 42 0 37 46 175 25 63
Binary 1101000 10011101 1101100 100010 0 11111 100110 1111101 10101 110011

Color Harmonies of #689D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D6C

Black with #689D6C

Text Example


Text Example

White with #689D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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