Html Css Color HEX #698571 Laurel

📋 copy color: '#698571'

red 105 ◦ green 133 ◦ blue 113

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

Shades of Laurel #698571

Tints of Laurel #698571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 29.91%
G = 37.89%
B = 32.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#698571 (or 0x698571) is known color: Laurel. HEX triplet: 69, 85 and 71. RGB value is (105,133,113). Sum of RGB (Red+Green+Blue) = 105+133+113=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #698571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698571 is #967A8E. Grayscale: #7A7A7A. Windows color (decimal): -9861775 or 7439721. OLE color: 7439721.

HSL color Cylindrical-coordinate representation of color #698571: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698571 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 113 -
CMYK 0.21 0 0.15 0.48
HSL 137.14º 0.12% 0.47% -
HSV(B) 137.14º 0.21% 0.52% -
XYZ 17.19 20.97 18.76 -
YUV 122.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 105 133 113 0.21 0 0.15 0.48 137.14 0.12 0.47
Hex 69 85 71 15 0 F 30 89 C 2F
Octal 151 205 161 25 0 17 60 211 14 57
Binary 1101001 10000101 1110001 10101 0 1111 110000 10001001 1100 101111

Color Harmonies of #698571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698571

Black with #698571

Text Example


Text Example

White with #698571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698571; }

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

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

background-color css

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

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

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

border-color css

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

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

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