Html Css Color HEX #689C68 Laurel

📋 copy color: '#689C68'

red 104 ◦ green 156 ◦ blue 104

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

Shades of Laurel #689C68

Tints of Laurel #689C68

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 28.57%
G = 42.86%
B = 28.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#689C68 (or 0x689C68) is known color: Laurel. HEX triplet: 68, 9C and 68. RGB value is (104,156,104). Sum of RGB (Red+Green+Blue) = 104+156+104=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #689C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C68 is #976397. Grayscale: #868686. Windows color (decimal): -9921432 or 6855784. OLE color: 6855784.

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

Color convert

RGB 104 156 104 -
CMYK 0.33 0 0.33 0.39
HSL 120º 0.21% 0.51% -
HSV(B) 120º 0.33% 0.61% -
XYZ 20.1 27.72 17.39 -
YUV 134.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 104 156 104 0.33 0 0.33 0.39 120 0.21 0.51
Hex 68 9C 68 21 0 21 27 78 15 33
Octal 150 234 150 41 0 41 47 170 25 63
Binary 1101000 10011100 1101000 100001 0 100001 100111 1111000 10101 110011

Color Harmonies of #689C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C68

Black with #689C68

Text Example


Text Example

White with #689C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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