Html Css Color HEX #689E6B Laurel

📋 copy color: '#689E6B'

red 104 ◦ green 158 ◦ blue 107

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

Shades of Laurel #689E6B

Tints of Laurel #689E6B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 107 (42.19% from 255) = 29%

R = 28.18%
G = 42.82%
B = 29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#689E6B (or 0x689E6B) is known color: Laurel. HEX triplet: 68, 9E and 6B. RGB value is (104,158,107). Sum of RGB (Red+Green+Blue) = 104+158+107=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #689E6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689E6B is #976194. Grayscale: #888888. Windows color (decimal): -9920917 or 7052904. OLE color: 7052904.

HSL color Cylindrical-coordinate representation of color #689E6B: hue angle of 123.33º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689E6B is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 158 107 -
CMYK 0.34 0 0.32 0.38
HSL 123.33º 0.22% 0.51% -
HSV(B) 123.33º 0.34% 0.62% -
XYZ 20.59 28.46 18.32 -
YUV 136.04 111.61 105.15 -
System Red Green Blue C M Y K H S L
Decimal 104 158 107 0.34 0 0.32 0.38 123.33 0.22 0.51
Hex 68 9E 6B 22 0 20 26 7B 16 33
Octal 150 236 153 42 0 40 46 173 26 63
Binary 1101000 10011110 1101011 100010 0 100000 100110 1111011 10110 110011

Color Harmonies of #689E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689E6B

Black with #689E6B

Text Example


Text Example

White with #689E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,158,107); }

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

background-color css

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

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

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

border-color css

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

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

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