#698E6D

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

Shades of Laurel #698E6D

Tints of Laurel #698E6D

Color information

#698E6D (or 0x698E6D) is unknown color: approx Laurel. HEX triplet: 69, 8E and 6D. RGB value is (105,142,109). Sum of RGB (Red+Green+Blue) = 105+142+109=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #698E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E6D is #967192. Grayscale: #7F7F7F. Windows color (decimal): -9859475 or 7179881. OLE color: 7179881.

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

Color convert

RGB105142109-
CMYK0.2600.230.44
HSL126.49º14.98%48.43%-
HSV(B)126.49º26.06%55.69%-
XYZ18.2623.4518.03-
YUV127.18117.74112.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 109 (42.97% from 255) = 30.62%
R=29.49%
G=39.89%
B=30.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051421090.2600.230.44126.4914.9848.43
Hex698E6D1A0172C7ef30
Octal15121615532027541761760
Binary11010011000111011011011101001011110110011111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,142,109); }

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

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

 a { background-color: rgb(105,142,109); }

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

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

 span { border-color: rgb(105,142,109); }

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