Html Css Color HEX #698069 Laurel

📋 copy color: '#698069'

red 105 ◦ green 128 ◦ blue 105

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

Shades of Laurel #698069

Tints of Laurel #698069

RGB

 RED value IS 105 (41.41% from 255) = 31.07%

 GREEN value IS 128 (50.39% from 255) = 37.87%

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

R = 31.07%
G = 37.87%
B = 31.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#698069 (or 0x698069) is known color: Laurel. HEX triplet: 69, 80 and 69. RGB value is (105,128,105). Sum of RGB (Red+Green+Blue) = 105+128+105=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 128 - color contains mainly: green. Hex color #698069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698069 is #967F96. Grayscale: #767676. Windows color (decimal): -9863063 or 6914153. OLE color: 6914153.

HSL color Cylindrical-coordinate representation of color #698069: hue angle of 120º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #698069 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 128 105 -
CMYK 0.18 0 0.18 0.50
HSL 120º 0.1% 0.46% -
HSV(B) 120º 0.18% 0.5% -
XYZ 16.09 19.46 16.27 -
YUV 118.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 105 128 105 0.18 0 0.18 0.50 120 0.1 0.46
Hex 69 80 69 12 0 12 32 78 A 2E
Octal 151 200 151 22 0 22 62 170 12 56
Binary 1101001 10000000 1101001 10010 0 10010 110010 1111000 1010 101110

Color Harmonies of #698069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698069

Black with #698069

Text Example


Text Example

White with #698069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698069; }

 p { color: rgb(105,128,105); }

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

background-color css

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

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

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

border-color css

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

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

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