Html Css Color HEX #698870 Laurel

📋 copy color: '#698870'

red 105 ◦ green 136 ◦ blue 112

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

Shades of Laurel #698870

Tints of Laurel #698870

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.53%

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

R = 29.75%
G = 38.53%
B = 31.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#698870 (or 0x698870) is known color: Laurel. HEX triplet: 69, 88 and 70. RGB value is (105,136,112). Sum of RGB (Red+Green+Blue) = 105+136+112=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #698870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698870 is #96778F. Grayscale: #7C7C7C. Windows color (decimal): -9861008 or 7374953. OLE color: 7374953.

HSL color Cylindrical-coordinate representation of color #698870: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698870 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 112 -
CMYK 0.23 0 0.18 0.47
HSL 133.55º 0.13% 0.47% -
HSV(B) 133.55º 0.23% 0.53% -
XYZ 17.55 21.78 18.61 -
YUV 124 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 105 136 112 0.23 0 0.18 0.47 133.55 0.13 0.47
Hex 69 88 70 17 0 12 2F 86 D 2F
Octal 151 210 160 27 0 22 57 206 15 57
Binary 1101001 10001000 1110000 10111 0 10010 101111 10000110 1101 101111

Color Harmonies of #698870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698870

Black with #698870

Text Example


Text Example

White with #698870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698870; }

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

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

background-color css

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

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

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

border-color css

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

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

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