Html Css Color HEX #689D66 Laurel

📋 copy color: '#689D66'

red 104 ◦ green 157 ◦ blue 102

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

Shades of Laurel #689D66

Tints of Laurel #689D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 28.65%
G = 43.25%
B = 28.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#689D66 (or 0x689D66) is known color: Laurel. HEX triplet: 68, 9D and 66. RGB value is (104,157,102). Sum of RGB (Red+Green+Blue) = 104+157+102=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #689D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D66 is #976299. Grayscale: #878787. Windows color (decimal): -9921178 or 6724968. OLE color: 6724968.

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

Color convert

RGB 104 157 102 -
CMYK 0.34 0 0.35 0.38
HSL 117.82º 0.22% 0.51% -
HSV(B) 117.82º 0.35% 0.62% -
XYZ 20.16 28.02 16.92 -
YUV 134.88 109.44 105.97 -
System Red Green Blue C M Y K H S L
Decimal 104 157 102 0.34 0 0.35 0.38 117.82 0.22 0.51
Hex 68 9D 66 22 0 23 26 76 16 33
Octal 150 235 146 42 0 43 46 166 26 63
Binary 1101000 10011101 1100110 100010 0 100011 100110 1110110 10110 110011

Color Harmonies of #689D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D66

Black with #689D66

Text Example


Text Example

White with #689D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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