Html Css Color HEX #698470 Laurel

📋 copy color: '#698470'

red 105 ◦ green 132 ◦ blue 112

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

Shades of Laurel #698470

Tints of Laurel #698470

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

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

R = 30.09%
G = 37.82%
B = 32.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#698470 (or 0x698470) is known color: Laurel. HEX triplet: 69, 84 and 70. RGB value is (105,132,112). Sum of RGB (Red+Green+Blue) = 105+132+112=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #698470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698470 is #967B8F. Grayscale: #797979. Windows color (decimal): -9862032 or 7373929. OLE color: 7373929.

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

Color convert

RGB 105 132 112 -
CMYK 0.20 0 0.15 0.48
HSL 135.56º 0.11% 0.46% -
HSV(B) 135.56º 0.2% 0.52% -
XYZ 17 20.68 18.42 -
YUV 121.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 105 132 112 0.20 0 0.15 0.48 135.56 0.11 0.46
Hex 69 84 70 14 0 F 30 88 B 2E
Octal 151 204 160 24 0 17 60 210 13 56
Binary 1101001 10000100 1110000 10100 0 1111 110000 10001000 1011 101110

Color Harmonies of #698470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698470

Black with #698470

Text Example


Text Example

White with #698470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698470; }

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

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

background-color css

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

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

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

border-color css

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

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

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