Html Css Color HEX #689A6D Laurel

📋 copy color: '#689A6D'

red 104 ◦ green 154 ◦ blue 109

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

Shades of Laurel #689A6D

Tints of Laurel #689A6D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

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

R = 28.34%
G = 41.96%
B = 29.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#689A6D (or 0x689A6D) is known color: Laurel. HEX triplet: 68, 9A and 6D. RGB value is (104,154,109). Sum of RGB (Red+Green+Blue) = 104+154+109=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #689A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A6D is #976592. Grayscale: #868686. Windows color (decimal): -9921939 or 7182952. OLE color: 7182952.

HSL color Cylindrical-coordinate representation of color #689A6D: hue angle of 126º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A6D is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 109 -
CMYK 0.32 0 0.29 0.40
HSL 126º 0.2% 0.51% -
HSV(B) 126º 0.32% 0.6% -
XYZ 20.02 27.16 18.65 -
YUV 133.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 104 154 109 0.32 0 0.29 0.40 126 0.2 0.51
Hex 68 9A 6D 20 0 1D 28 7E 14 33
Octal 150 232 155 40 0 35 50 176 24 63
Binary 1101000 10011010 1101101 100000 0 11101 101000 1111110 10100 110011

Color Harmonies of #689A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A6D

Black with #689A6D

Text Example


Text Example

White with #689A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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