Html Css Color HEX #689B68 Laurel

📋 copy color: '#689B68'

red 104 ◦ green 155 ◦ blue 104

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

Shades of Laurel #689B68

Tints of Laurel #689B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.7%

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

R = 28.65%
G = 42.7%
B = 28.65%

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

#689B68 (or 0x689B68) is known color: Laurel. HEX triplet: 68, 9B and 68. RGB value is (104,155,104). Sum of RGB (Red+Green+Blue) = 104+155+104=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #689B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689B68 is #976497. Grayscale: #868686. Windows color (decimal): -9921688 or 6855528. OLE color: 6855528.

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

Color convert

RGB 104 155 104 -
CMYK 0.33 0 0.33 0.39
HSL 120º 0.2% 0.51% -
HSV(B) 120º 0.33% 0.61% -
XYZ 19.93 27.39 17.33 -
YUV 133.94 111.1 106.65 -
System Red Green Blue C M Y K H S L
Decimal 104 155 104 0.33 0 0.33 0.39 120 0.2 0.51
Hex 68 9B 68 21 0 21 27 78 14 33
Octal 150 233 150 41 0 41 47 170 24 63
Binary 1101000 10011011 1101000 100001 0 100001 100111 1111000 10100 110011

Color Harmonies of #689B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B68

Black with #689B68

Text Example


Text Example

White with #689B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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