Html Css Color HEX #689A69 Laurel

📋 copy color: '#689A69'

red 104 ◦ green 154 ◦ blue 105

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

Shades of Laurel #689A69

Tints of Laurel #689A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 28.65%
G = 42.42%
B = 28.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#689A69 (or 0x689A69) is known color: Laurel. HEX triplet: 68, 9A and 69. RGB value is (104,154,105). Sum of RGB (Red+Green+Blue) = 104+154+105=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #689A69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689A69 is #976596. Grayscale: #858585. Windows color (decimal): -9921943 or 6920808. OLE color: 6920808.

HSL color Cylindrical-coordinate representation of color #689A69: hue angle of 121.2º 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 #689A69 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 154 105 -
CMYK 0.32 0 0.32 0.40
HSL 121.2º 0.2% 0.51% -
HSV(B) 121.2º 0.32% 0.6% -
XYZ 19.81 27.07 17.55 -
YUV 133.46 111.94 106.98 -
System Red Green Blue C M Y K H S L
Decimal 104 154 105 0.32 0 0.32 0.40 121.2 0.2 0.51
Hex 68 9A 69 20 0 20 28 79 14 33
Octal 150 232 151 40 0 40 50 171 24 63
Binary 1101000 10011010 1101001 100000 0 100000 101000 1111001 10100 110011

Color Harmonies of #689A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689A69

Black with #689A69

Text Example


Text Example

White with #689A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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