#698870

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

Shades of Laurel #698870

Tints of Laurel #698870

Color information

#698870 (or 0x698870) is unknown color: approx Laurel. HEX triplet: 69, 88 and 70. RGB value is (105,136,112). Sum of RGB (Red+Green+Blue) = 105+136+112=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #698870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698870 is #96778F. Grayscale: #7C7C7C. Windows color (decimal): -9861008 or 7374953. OLE color: 7374953.

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

Color convert

RGB105136112-
CMYK0.2300.180.47
HSL133.55º12.86%47.25%-
HSV(B)133.55º22.79%53.33%-
XYZ17.5521.7818.61-
YUV123.99121.23114.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=29.75%
G=38.53%
B=31.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051361120.2300.180.47133.5512.8647.25
Hex698870170122F86d2f
Octal15121016027022572061557
Binary110100110001000111000010111010010101111100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698870; }

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

 H1.HeaderClassName
 {
   color: #698870;
 }
 .AnyTagClassName
 {
   color: #698870;
 }
</style>
background-color css

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

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

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

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

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

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