Html Css Color HEX #698370 Laurel

📋 copy color: '#698370'

red 105 ◦ green 131 ◦ blue 112

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

Shades of Laurel #698370

Tints of Laurel #698370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 30.17%
G = 37.64%
B = 32.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#698370 (or 0x698370) is known color: Laurel. HEX triplet: 69, 83 and 70. RGB value is (105,131,112). Sum of RGB (Red+Green+Blue) = 105+131+112=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 131 - color contains mainly: green. Hex color #698370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698370 is #967C8F. Grayscale: #797979. Windows color (decimal): -9862288 or 7373673. OLE color: 7373673.

HSL color Cylindrical-coordinate representation of color #698370: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698370 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 131 112 -
CMYK 0.20 0 0.15 0.49
HSL 136.15º 0.11% 0.46% -
HSV(B) 136.15º 0.2% 0.51% -
XYZ 16.87 20.41 18.38 -
YUV 121.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 105 131 112 0.20 0 0.15 0.49 136.15 0.11 0.46
Hex 69 83 70 14 0 F 31 88 B 2E
Octal 151 203 160 24 0 17 61 210 13 56
Binary 1101001 10000011 1110000 10100 0 1111 110001 10001000 1011 101110

Color Harmonies of #698370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698370

Black with #698370

Text Example


Text Example

White with #698370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698370; }

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

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

background-color css

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

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

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

border-color css

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

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

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