#698F70

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

Shades of Laurel #698F70

Tints of Laurel #698F70

Color information

#698F70 (or 0x698F70) is unknown color: approx Laurel. HEX triplet: 69, 8F and 70. RGB value is (105,143,112). Sum of RGB (Red+Green+Blue) = 105+143+112=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #698F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698F70 is #96708F. Grayscale: #808080. Windows color (decimal): -9859216 or 7376745. OLE color: 7376745.

HSL color Cylindrical-coordinate representation of color #698F70: hue angle of 131.05º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F70 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB105143112-
CMYK0.2700.220.44
HSL131.05º15.32%48.63%-
HSV(B)131.05º26.57%56.08%-
XYZ18.5723.8218.95-
YUV128.1118.91111.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 112 (44.14% from 255) = 31.11%
R=29.17%
G=39.72%
B=31.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051431120.2700.220.44131.0515.3248.63
Hex698F701B0162C83f31
Octal15121716033026542031761
Binary110100110001111111000011011010110101100100000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698F70; }

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

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

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

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

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

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

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

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