Html Css Color HEX #689F65 Laurel

📋 copy color: '#689F65'

red 104 ◦ green 159 ◦ blue 101

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

Shades of Laurel #689F65

Tints of Laurel #689F65

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.68%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 28.57%
G = 43.68%
B = 27.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#689F65 (or 0x689F65) is known color: Laurel. HEX triplet: 68, 9F and 65. RGB value is (104,159,101). Sum of RGB (Red+Green+Blue) = 104+159+101=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #689F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F65 is #97609A. Grayscale: #888888. Windows color (decimal): -9920667 or 6659944. OLE color: 6659944.

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

Color convert

RGB 104 159 101 -
CMYK 0.35 0 0.36 0.38
HSL 116.9º 0.23% 0.51% -
HSV(B) 116.9º 0.36% 0.62% -
XYZ 20.46 28.68 16.77 -
YUV 135.94 108.28 105.22 -
System Red Green Blue C M Y K H S L
Decimal 104 159 101 0.35 0 0.36 0.38 116.9 0.23 0.51
Hex 68 9F 65 23 0 24 26 75 17 33
Octal 150 237 145 43 0 44 46 165 27 63
Binary 1101000 10011111 1100101 100011 0 100100 100110 1110101 10111 110011

Color Harmonies of #689F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F65

Black with #689F65

Text Example


Text Example

White with #689F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,159,101); }

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

background-color css

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

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

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

border-color css

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

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

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