Html Css Color HEX #698971 Laurel

📋 copy color: '#698971'

red 105 ◦ green 137 ◦ blue 113

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

Shades of Laurel #698971

Tints of Laurel #698971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 29.58%
G = 38.59%
B = 31.83%

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

#698971 (or 0x698971) is known color: Laurel. HEX triplet: 69, 89 and 71. RGB value is (105,137,113). Sum of RGB (Red+Green+Blue) = 105+137+113=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #698971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698971 is #96768E. Grayscale: #7C7C7C. Windows color (decimal): -9860751 or 7440745. OLE color: 7440745.

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

Color convert

RGB 105 137 113 -
CMYK 0.23 0 0.18 0.46
HSL 135º 0.13% 0.47% -
HSV(B) 135º 0.23% 0.54% -
XYZ 17.75 22.09 18.95 -
YUV 124.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 105 137 113 0.23 0 0.18 0.46 135 0.13 0.47
Hex 69 89 71 17 0 12 2E 87 D 2F
Octal 151 211 161 27 0 22 56 207 15 57
Binary 1101001 10001001 1110001 10111 0 10010 101110 10000111 1101 101111

Color Harmonies of #698971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698971

Black with #698971

Text Example


Text Example

White with #698971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698971; }

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

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

background-color css

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

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

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

border-color css

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

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

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