Html Css Color HEX #689C6D Laurel

📋 copy color: '#689C6D'

red 104 ◦ green 156 ◦ blue 109

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

Shades of Laurel #689C6D

Tints of Laurel #689C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 28.18%
G = 42.28%
B = 29.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#689C6D (or 0x689C6D) is known color: Laurel. HEX triplet: 68, 9C and 6D. RGB value is (104,156,109). Sum of RGB (Red+Green+Blue) = 104+156+109=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #689C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689C6D is #976392. Grayscale: #878787. Windows color (decimal): -9921427 or 7183464. OLE color: 7183464.

HSL color Cylindrical-coordinate representation of color #689C6D: hue angle of 125.77º 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 #689C6D is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 156 109 -
CMYK 0.33 0 0.30 0.39
HSL 125.77º 0.21% 0.51% -
HSV(B) 125.77º 0.33% 0.61% -
XYZ 20.36 27.82 18.77 -
YUV 135.09 113.27 105.82 -
System Red Green Blue C M Y K H S L
Decimal 104 156 109 0.33 0 0.30 0.39 125.77 0.21 0.51
Hex 68 9C 6D 21 0 1E 27 7E 15 33
Octal 150 234 155 41 0 36 47 176 25 63
Binary 1101000 10011100 1101101 100001 0 11110 100111 1111110 10101 110011

Color Harmonies of #689C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689C6D

Black with #689C6D

Text Example


Text Example

White with #689C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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