#698770

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

Shades of Laurel #698770

Tints of Laurel #698770

Color information

#698770 (or 0x698770) is unknown color: approx Laurel. HEX triplet: 69, 87 and 70. RGB value is (105,135,112). Sum of RGB (Red+Green+Blue) = 105+135+112=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #698770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698770 is #96788F. Grayscale: #7B7B7B. Windows color (decimal): -9861264 or 7374697. OLE color: 7374697.

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

Color convert

RGB105135112-
CMYK0.2200.170.47
HSL134º12.5%47.06%-
HSV(B)134º22.22%52.94%-
XYZ17.4121.518.56-
YUV123.41121.56114.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 112 (44.14% from 255) = 31.82%
R=29.83%
G=38.35%
B=31.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351120.2200.170.4713412.547.06
Hex698770160112F86d2f
Octal15120716026021572061557
Binary110100110000111111000010110010001101111100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698770; }

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

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

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

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

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

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

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

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