Html Css Color HEX #698970 Laurel

📋 copy color: '#698970'

red 105 ◦ green 137 ◦ blue 112

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

Shades of Laurel #698970

Tints of Laurel #698970

RGB

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

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

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

R = 29.66%
G = 38.7%
B = 31.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#698970 (or 0x698970) is known color: Laurel. HEX triplet: 69, 89 and 70. RGB value is (105,137,112). Sum of RGB (Red+Green+Blue) = 105+137+112=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #698970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698970 is #96768F. Grayscale: #7C7C7C. Windows color (decimal): -9860752 or 7375209. OLE color: 7375209.

HSL color Cylindrical-coordinate representation of color #698970: hue angle of 133.12º 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 #698970 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 112 -
CMYK 0.23 0 0.18 0.46
HSL 133.13º 0.13% 0.47% -
HSV(B) 133.13º 0.23% 0.54% -
XYZ 17.7 22.06 18.66 -
YUV 124.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 105 137 112 0.23 0 0.18 0.46 133.13 0.13 0.47
Hex 69 89 70 17 0 12 2E 85 D 2F
Octal 151 211 160 27 0 22 56 205 15 57
Binary 1101001 10001001 1110000 10111 0 10010 101110 10000101 1101 101111

Color Harmonies of #698970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698970

Black with #698970

Text Example


Text Example

White with #698970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698970; }

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

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

background-color css

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

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

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

border-color css

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

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

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