Html Css Color HEX #689F66 Laurel

📋 copy color: '#689F66'

red 104 ◦ green 159 ◦ blue 102

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

Shades of Laurel #689F66

Tints of Laurel #689F66

RGB

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

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

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

R = 28.49%
G = 43.56%
B = 27.95%

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

#689F66 (or 0x689F66) is known color: Laurel. HEX triplet: 68, 9F and 66. RGB value is (104,159,102). Sum of RGB (Red+Green+Blue) = 104+159+102=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #689F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689F66 is #976099. Grayscale: #888888. Windows color (decimal): -9920666 or 6725480. OLE color: 6725480.

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

Color convert

RGB 104 159 102 -
CMYK 0.35 0 0.36 0.38
HSL 117.89º 0.23% 0.51% -
HSV(B) 117.89º 0.36% 0.62% -
XYZ 20.51 28.7 17.03 -
YUV 136.06 108.78 105.13 -
System Red Green Blue C M Y K H S L
Decimal 104 159 102 0.35 0 0.36 0.38 117.89 0.23 0.51
Hex 68 9F 66 23 0 24 26 76 17 33
Octal 150 237 146 43 0 44 46 166 27 63
Binary 1101000 10011111 1100110 100011 0 100100 100110 1110110 10111 110011

Color Harmonies of #689F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F66

Black with #689F66

Text Example


Text Example

White with #689F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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