Html Css Color HEX #698972 Laurel

📋 copy color: '#698972'

red 105 ◦ green 137 ◦ blue 114

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

Shades of Laurel #698972

Tints of Laurel #698972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 29.49%
G = 38.48%
B = 32.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#698972 (or 0x698972) is known color: Laurel. HEX triplet: 69, 89 and 72. RGB value is (105,137,114). Sum of RGB (Red+Green+Blue) = 105+137+114=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #698972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698972 is #96768D. Grayscale: #7C7C7C. Windows color (decimal): -9860750 or 7506281. OLE color: 7506281.

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

Color convert

RGB 105 137 114 -
CMYK 0.23 0 0.17 0.46
HSL 136.88º 0.13% 0.47% -
HSV(B) 136.88º 0.23% 0.54% -
XYZ 17.81 22.11 19.25 -
YUV 124.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 105 137 114 0.23 0 0.17 0.46 136.88 0.13 0.47
Hex 69 89 72 17 0 11 2E 89 D 2F
Octal 151 211 162 27 0 21 56 211 15 57
Binary 1101001 10001001 1110010 10111 0 10001 101110 10001001 1101 101111

Color Harmonies of #698972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698972

Black with #698972

Text Example


Text Example

White with #698972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698972; }

 p { color: rgb(105,137,114); }

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

background-color css

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

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

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

border-color css

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

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

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