Html Css Color HEX #689369 Laurel

📋 copy color: '#689369'

red 104 ◦ green 147 ◦ blue 105

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

Shades of Laurel #689369

Tints of Laurel #689369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 29.21%
G = 41.29%
B = 29.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#689369 (or 0x689369) is known color: Laurel. HEX triplet: 68, 93 and 69. RGB value is (104,147,105). Sum of RGB (Red+Green+Blue) = 104+147+105=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #689369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689369 is #976C96. Grayscale: #818181. Windows color (decimal): -9923735 or 6919016. OLE color: 6919016.

HSL color Cylindrical-coordinate representation of color #689369: hue angle of 121.4º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689369 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 105 -
CMYK 0.29 0 0.29 0.42
HSL 121.4º 0.17% 0.49% -
HSV(B) 121.4º 0.29% 0.58% -
XYZ 18.69 24.83 17.17 -
YUV 129.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 104 147 105 0.29 0 0.29 0.42 121.4 0.17 0.49
Hex 68 93 69 1D 0 1D 2A 79 11 31
Octal 150 223 151 35 0 35 52 171 21 61
Binary 1101000 10010011 1101001 11101 0 11101 101010 1111001 10001 110001

Color Harmonies of #689369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689369

Black with #689369

Text Example


Text Example

White with #689369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689369; }

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

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

background-color css

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

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

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

border-color css

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

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

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