Html Css Color HEX #699170 Laurel

📋 copy color: '#699170'

red 105 ◦ green 145 ◦ blue 112

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

Shades of Laurel #699170

Tints of Laurel #699170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.06%

 BLUE value IS 112 (44.14% from 255) = 30.94%

R = 29.01%
G = 40.06%
B = 30.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#699170 (or 0x699170) is known color: Laurel. HEX triplet: 69, 91 and 70. RGB value is (105,145,112). Sum of RGB (Red+Green+Blue) = 105+145+112=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 145 - color contains mainly: green. Hex color #699170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699170 is #966E8F. Grayscale: #818181. Windows color (decimal): -9858704 or 7377257. OLE color: 7377257.

HSL color Cylindrical-coordinate representation of color #699170: hue angle of 130.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699170 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 145 112 -
CMYK 0.28 0 0.23 0.43
HSL 130.5º 0.16% 0.49% -
HSV(B) 130.5º 0.28% 0.57% -
XYZ 18.88 24.42 19.05 -
YUV 129.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 105 145 112 0.28 0 0.23 0.43 130.5 0.16 0.49
Hex 69 91 70 1C 0 17 2B 82 10 31
Octal 151 221 160 34 0 27 53 202 20 61
Binary 1101001 10010001 1110000 11100 0 10111 101011 10000010 10000 110001

Color Harmonies of #699170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699170

Black with #699170

Text Example


Text Example

White with #699170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699170; }

 p { color: rgb(105,145,112); }

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

background-color css

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

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

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

border-color css

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

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

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