#698C6C

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

Shades of Laurel #698C6C

Tints of Laurel #698C6C

Color information

#698C6C (or 0x698C6C) is unknown color: approx Laurel. HEX triplet: 69, 8C and 6C. RGB value is (105,140,108). Sum of RGB (Red+Green+Blue) = 105+140+108=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #698C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698C6C is #967393. Grayscale: #7D7D7D. Windows color (decimal): -9859988 or 7113833. OLE color: 7113833.

HSL color Cylindrical-coordinate representation of color #698C6C: hue angle of 125.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #698C6C is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB105140108-
CMYK0.2500.230.45
HSL125.14º14.29%48.04%-
HSV(B)125.14º25%54.9%-
XYZ17.9122.8417.65-
YUV125.89117.9113.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 140 (55.08% from 255) = 39.66%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=29.75%
G=39.66%
B=30.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1051401080.2500.230.45125.1414.2948.04
Hex698C6C190172D7de30
Octal15121415431027551751660
Binary11010011000110011011001100101011110110111111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,140,108); }

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

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

 a { background-color: rgb(105,140,108); }

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

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

 span { border-color: rgb(105,140,108); }

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