Html Css Color HEX #689566 Laurel

📋 copy color: '#689566'

red 104 ◦ green 149 ◦ blue 102

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

Shades of Laurel #689566

Tints of Laurel #689566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.97%

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

R = 29.3%
G = 41.97%
B = 28.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#689566 (or 0x689566) is known color: Laurel. HEX triplet: 68, 95 and 66. RGB value is (104,149,102). Sum of RGB (Red+Green+Blue) = 104+149+102=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #689566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689566 is #976A99. Grayscale: #828282. Windows color (decimal): -9923226 or 6722920. OLE color: 6722920.

HSL color Cylindrical-coordinate representation of color #689566: hue angle of 117.45º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689566 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 102 -
CMYK 0.30 0 0.32 0.42
HSL 117.45º 0.19% 0.49% -
HSV(B) 117.45º 0.32% 0.58% -
XYZ 18.85 25.4 16.48 -
YUV 130.19 112.09 109.32 -
System Red Green Blue C M Y K H S L
Decimal 104 149 102 0.30 0 0.32 0.42 117.45 0.19 0.49
Hex 68 95 66 1E 0 20 2A 75 13 31
Octal 150 225 146 36 0 40 52 165 23 61
Binary 1101000 10010101 1100110 11110 0 100000 101010 1110101 10011 110001

Color Harmonies of #689566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689566

Black with #689566

Text Example


Text Example

White with #689566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689566; }

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

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

background-color css

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

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

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

border-color css

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

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

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