#698571

Color #698571 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #698571

Tints of Laurel #698571

Color information

#698571 (or 0x698571) is unknown color: approx 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

RGB105133113-
CMYK0.2100.150.48
HSL137.14º11.76%46.67%-
HSV(B)137.14º21.05%52.16%-
XYZ17.1920.9718.76-
YUV122.35122.72115.63-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331130.2100.150.48137.1411.7646.67
Hex698571150F3089c2f
Octal15120516125017602111457
Binary11010011000010111100011010101111110000100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>