Html Css Color HEX #689D68 Laurel

📋 copy color: '#689D68'

red 104 ◦ green 157 ◦ blue 104

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

Shades of Laurel #689D68

Tints of Laurel #689D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 28.49%
G = 43.01%
B = 28.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#689D68 (or 0x689D68) is known color: Laurel. HEX triplet: 68, 9D and 68. RGB value is (104,157,104). Sum of RGB (Red+Green+Blue) = 104+157+104=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #689D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689D68 is #976297. Grayscale: #878787. Windows color (decimal): -9921176 or 6856040. OLE color: 6856040.

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

Color convert

RGB 104 157 104 -
CMYK 0.34 0 0.34 0.38
HSL 120º 0.21% 0.51% -
HSV(B) 120º 0.34% 0.62% -
XYZ 20.26 28.06 17.44 -
YUV 135.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 104 157 104 0.34 0 0.34 0.38 120 0.21 0.51
Hex 68 9D 68 22 0 22 26 78 15 33
Octal 150 235 150 42 0 42 46 170 25 63
Binary 1101000 10011101 1101000 100010 0 100010 100110 1111000 10101 110011

Color Harmonies of #689D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689D68

Black with #689D68

Text Example


Text Example

White with #689D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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