Html Css Color HEX #689D69 Laurel

📋 copy color: '#689D69'

red 104 ◦ green 157 ◦ blue 105

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

Shades of Laurel #689D69

Tints of Laurel #689D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 28.42%
G = 42.9%
B = 28.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#689D69 (or 0x689D69) is known color: Laurel. HEX triplet: 68, 9D and 69. RGB value is (104,157,105). Sum of RGB (Red+Green+Blue) = 104+157+105=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #689D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D69 is #976296. Grayscale: #878787. Windows color (decimal): -9921175 or 6921576. OLE color: 6921576.

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

Color convert

RGB 104 157 105 -
CMYK 0.34 0 0.33 0.38
HSL 121.13º 0.21% 0.51% -
HSV(B) 121.13º 0.34% 0.62% -
XYZ 20.32 28.08 17.71 -
YUV 135.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 104 157 105 0.34 0 0.33 0.38 121.13 0.21 0.51
Hex 68 9D 69 22 0 21 26 79 15 33
Octal 150 235 151 42 0 41 46 171 25 63
Binary 1101000 10011101 1101001 100010 0 100001 100110 1111001 10101 110011

Color Harmonies of #689D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D69

Black with #689D69

Text Example


Text Example

White with #689D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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