#698E6E

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

Shades of Laurel #698E6E

Tints of Laurel #698E6E

Color information

#698E6E (or 0x698E6E) is unknown color: approx Laurel. HEX triplet: 69, 8E and 6E. RGB value is (105,142,110). Sum of RGB (Red+Green+Blue) = 105+142+110=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #698E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698E6E is #967191. Grayscale: #7F7F7F. Windows color (decimal): -9859474 or 7245417. OLE color: 7245417.

HSL color Cylindrical-coordinate representation of color #698E6E: hue angle of 128.11º 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 #698E6E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB105142110-
CMYK0.2600.230.44
HSL128.11º14.98%48.43%-
HSV(B)128.11º26.06%55.69%-
XYZ18.3123.4818.32-
YUV127.29118.24112.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=29.41%
G=39.78%
B=30.81%

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
Decimal1051421100.2600.230.44128.1114.9848.43
Hex698E6E1A0172C80f30
Octal15121615632027542001760
Binary110100110001110110111011010010111101100100000001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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