Html Css Color HEX #689B66 Laurel

📋 copy color: '#689B66'

red 104 ◦ green 155 ◦ blue 102

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

Shades of Laurel #689B66

Tints of Laurel #689B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 28.81%
G = 42.94%
B = 28.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#689B66 (or 0x689B66) is known color: Laurel. HEX triplet: 68, 9B and 66. RGB value is (104,155,102). Sum of RGB (Red+Green+Blue) = 104+155+102=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #689B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B66 is #976499. Grayscale: #858585. Windows color (decimal): -9921690 or 6724456. OLE color: 6724456.

HSL color Cylindrical-coordinate representation of color #689B66: hue angle of 117.74º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689B66 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 155 102 -
CMYK 0.33 0 0.34 0.39
HSL 117.74º 0.21% 0.5% -
HSV(B) 117.74º 0.34% 0.61% -
XYZ 19.83 27.35 16.8 -
YUV 133.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 104 155 102 0.33 0 0.34 0.39 117.74 0.21 0.5
Hex 68 9B 66 21 0 22 27 76 15 32
Octal 150 233 146 41 0 42 47 166 25 62
Binary 1101000 10011011 1100110 100001 0 100010 100111 1110110 10101 110010

Color Harmonies of #689B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B66

Black with #689B66

Text Example


Text Example

White with #689B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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